iOS Question Error during Bridge connection [solved]

madru

Active Member
Licensed User
Longtime User
Hi,

any idea what that means ?

THX


Copying updated assets files (2)
:(null),0
-[B4IRDebugUtils setCurrentModule:]: unrecognized selector sent to instance 0x28190bac0
Stack Trace: (
CoreFoundation <redacted> + 252
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation <redacted> + 0
CoreFoundation <redacted> + 1412
CoreFoundation _CF_forwarding_prep_0 + 92
B4i Example -[b4i_main _process_globals] + 104
B4i Example -[B4IStaticModule initializeModule] + 76
B4i Example -[b4i_main initializeStaticModules] + 80
B4i Example -[B4IShellBI raiseEvent:event:params:] + 232
B4i Example __33-[B4I raiseUIEvent:event:params:]_block_invoke + 60
libdispatch.dylib <redacted> + 24
libdispatch.dylib <redacted> + 16
libdispatch.dylib <redacted> + 1068
CoreFoundation <redacted> + 12
CoreFoundation <redacted> + 1964
CoreFoundation CFRunLoopRunSpecific + 436
GraphicsServices GSEventRunModal + 100
UIKitCore UIApplicationMain + 212
B4i Example main + 124
libdyld.dylib <redacted> + 4
)

SignalHandler 6
 

madru

Active Member
Licensed User
Longtime User
Release is fine, I played with your "Navigation example" that one produces the error

B4X:
Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'Public variables can be accessed from all modules.
    Public App As Application
    Public NavControl As NavigationController
    Private Page1 As Page
    Private LocManager As LocationManager
    Private lblAccuracy As Label
    Private lblAltitude As Label
    Private lblBearing As Label
    Private lblEnable As Label
    Private lblHeading As Label
    Private lblLL As Label
    Private lblSpeed As Label
    Private lblTime As Label
    Private Label2 As Label
    Private Label3 As Label
    Private Label4 As Label
    Private Label5 As Label
    Private Label6 As Label
    Private Label7 As Label
    Private Label8 As Label
End Sub
 
Upvote 0

madru

Active Member
Licensed User
Longtime User
Uploaded
 

Attachments

  • B4ILocation.zip
    3.5 KB · Views: 214
Last edited:
Upvote 0
Top