iOS Question App crash on customlistview addtextitem

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Hello
I have converted b4a project to b4i, I transferred modules & convert bal to bil step by step as mentioned here in this forum.
The b4i app is error free in IDE code and remote compiled smoothly.
The problem raised when customlistview.addtextitem called!
SignalHandler 11
Signal - 11
Stack Trace: (
"0 imax SignalHandler + 80",
"1 libsystem_platform.dylib 0x00000001ab14d9dc <redacted> + 40",
"2 imax -[b4i_customlistview _insertattextitem:::] + 1004",
"3 imax -[b4i_customlistview _addtextitem::] + 156",
"4 imax -[b4i_mainpage _get_vendors] + 120",
"5 imax -[ResumableSub_main_JobDone resume::] + 27780",
"6 imax -[b4i_main _jobdone:] + 160",
"7 CoreFoundation <redacted> + 144",
"8 CoreFoundation <redacted> + 292",
"9 imax +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1608"
)
Can anyone explain this strange behavior!!
 

walterf25

Expert
Licensed User
Longtime User
Hello
I have converted b4a project to b4i, I transferred modules & convert bal to bil step by step as mentioned here in this forum.
The b4i app is error free in IDE code and remote compiled smoothly.
The problem raised when customlistview.addtextitem called!
SignalHandler 11
Signal - 11
Stack Trace: (
"0 imax SignalHandler + 80",
"1 libsystem_platform.dylib 0x00000001ab14d9dc <redacted> + 40",
"2 imax -[b4i_customlistview _insertattextitem:::] + 1004",
"3 imax -[b4i_customlistview _addtextitem::] + 156",
"4 imax -[b4i_mainpage _get_vendors] + 120",
"5 imax -[ResumableSub_main_JobDone resume::] + 27780",
"6 imax -[b4i_main _jobdone:] + 160",
"7 CoreFoundation <redacted> + 144",
"8 CoreFoundation <redacted> + 292",
"9 imax +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1608"
)
Can anyone explain this strange behavior!!
Where is the relevant code, i'm not too sure but it seems that you may be missing an argument somewhere according to the last line on that error.

Walter
 
Upvote 0
Top