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!
Can anyone explain this strange behavior!!
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"
)
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"
)