iOS Question I have crash my app ..SignalHandler 6

naifnas

Active Member
Licensed User
thanks for reply
this
B4X:
Application_Start
Application_Active
Application_Pushtoken
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
Application_Pushtoken
true
true
true
true
true
true
true
true
true
true
true
true
Class (b4i_httpjob) instance released.
true
true
true
true
true
true
true
true
Application_Pushtoken
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
true
Class (b4i_httpjob) instance released.
true
true
true
true
true
true
true
true
Application_Pushtoken
true
true
true
true
true
true
true
true
Error occurred on line: 7761 (Main)
Object was not initialized (UIView)
Stack Trace: (
  CoreFoundation       <redacted> + 148
  libobjc.A.dylib      objc_exception_throw + 56
  CoreFoundation       <redacted> + 0
  result               -[B4IObjectWrapper object] + 152
  result               -[B4IViewWrapper setTop:] + 44
  result               -[LS_1 LS_general:::] + 180
  CoreFoundation       <redacted> + 144
  CoreFoundation       <redacted> + 292
  result               +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
  result               +[B4ILayoutBuilder runScripts:::] + 968
 result               -[B4ILayoutBuilder resizeLayout::] + 852
 result               __30-[B4IPanelView layoutSubviews]_block_invoke + 588
 libdispatch.dylib    <redacted> + 24
 libdispatch.dylib    <redacted> + 16
 libdispatch.dylib    <redacted> + 1016
 CoreFoundation       <redacted> + 12
 CoreFoundation       <redacted> + 2012
 CoreFoundation       CFRunLoopRunSpecific + 436
 GraphicsServices     GSEventRunModal + 100
 UIKit                UIApplicationMain + 236
 result               main + 124
 libdyld.dylib        <redacted> + 4
)
SignalHandler 6

but line 7761
last code
its
B4X:
End Sub
 
Upvote 0

BillMeyer

Well-Known Member
Licensed User
Longtime User
Post your "Main" code (select all, copy and paste using "
B4X:
") - I think your problem lies there - without seeing it, we cannot help.
 
Last edited:
Upvote 0

naifnas

Active Member
Licensed User
my question what means ?
B4X:
SignalHandler 6
give me crash after 2 or 3 click when event this
B4X:
            Page1.Initialize("Page1")
            Page1.Title = ""
            Page1.RootPanel.Color = Colors.White
            Page1.RootPanel.LoadLayout("1.bil")
            Page1.HideBackButton=True
            Panel_main1.Visible=False
            Panel1_log.Visible=False
            NavControl.ShowPage(Page1)
            NavControl.NavigationBarVisible =True
            Page1.RootPanel.Visible=False
            Spinner_main_search.Visible=False
            image_change=False
            Button1.Text=" "
            Button2.Text=""
            WebView1.Visible=False
 
Upvote 0
Top