Bug? Local Mac Builder 5.02 compile error

highflyer

Member
Licensed User
Longtime User
Compiling a basic app (IDE template) on a local mac builder, the following error is generated when running the app:

:(null),0
-[B4IRDebugUtils setCurrentModule:]: unrecognized selector sent to instance 0x1c001e3d0
Stack Trace: (
CoreFoundation <redacted> + 252
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation <redacted> + 0
CoreFoundation <redacted> + 1380
CoreFoundation _CF_forwarding_prep_0 + 92
B4i Example -[b4i_main _process_globals] + 100
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> + 1012
CoreFoundation <redacted> + 12
CoreFoundation <redacted> + 2272
CoreFoundation CFRunLoopRunSpecific + 552
GraphicsServices GSEventRunModal + 100
UIKit UIApplicationMain + 236
B4i Example main + 124
libdyld.dylib <redacted> + 4
)
SignalHandler 6

no issues when compiling on the remote builder.
 

highflyer

Member
Licensed User
Longtime User
Builder Version is 5.02
iDebug2 is 1.60
iDebug2_v8 is missing, shall I install it ?
 
Top