Help Erel!!!
I keep getting the following exception when one of my layout is being loaded.
I have attached an extract of the issue bits of the project in a zip for you to see if there is anything wrong.
I have slimmed down the project, there are many other pages/bils, and the more complex ones seem to suffer most.
The bridge also seems to shut down all the time too.
I am using the latest beta b4i, the remote complier and an iphone4 with ios7.1.2.
Copying updated assets files (15)
Application_Start
Error occurred on line: 27 (mainmenu)
-[__NSCFConstantString objectForKeyedSubscript:]: unrecognized selector sent to instance 0x3b176160
Stack Trace: (
CoreFoundation <redacted> + 154
libobjc.A.dylib objc_exception_throw + 38
CoreFoundation <redacted> + 202
CoreFoundation <redacted> + 706
CoreFoundation _CF_forwarding_prep_0 + 24
RiverRecorder +[B4IBarButtonItemWrapper buildBarButton::] + 92
RiverRecorder +[B4IPage buildPage:::] + 1350
RiverRecorder -[B4ILayoutBuilder loadLayoutHelper:::::::::::] + 988
RiverRecorder -[B4ILayoutBuilder loadLayout:::] + 2240
RiverRecorder -[B4IPanelWrapper LoadLayout::] + 148
RiverRecorder -[b4i_mainmenu _show] + 1052
RiverRecorder -[b4i_main _application_start:] + 444
CoreFoundation <redacted> + 68
CoreFoundation <redacted> + 282
RiverRecorder +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1788
RiverRecorder -[B4IShell runMethod:] + 496
RiverRecorder -[B4IShell raiseEventImpl:method:args::] + 1982
RiverRecorder -[B4IShellBI raiseEvent:eventarams:] + 1332
RiverRecorder __33-[B4I raiseUIEvent:eventarams:]_block_invoke + 74
libdispatch.dylib <redacted> + 10
libdispatch.dylib <redacted> + 22
libdispatch.dylib <redacted> + 254
CoreFoundation <redacted> + 8
CoreFoundation <redacted> + 1300
CoreFoundation CFRunLoopRunSpecific + 522
CoreFoundation CFRunLoopRunInMode + 106
GraphicsServices GSEventRunModal + 138
UIKit UIApplicationMain + 1136
RiverRecorder main + 108
libdyld.dylib <redacted> + 2
)
Application_Active
I keep getting the following exception when one of my layout is being loaded.
I have attached an extract of the issue bits of the project in a zip for you to see if there is anything wrong.
I have slimmed down the project, there are many other pages/bils, and the more complex ones seem to suffer most.
The bridge also seems to shut down all the time too.
I am using the latest beta b4i, the remote complier and an iphone4 with ios7.1.2.
Copying updated assets files (15)
Application_Start
Error occurred on line: 27 (mainmenu)
-[__NSCFConstantString objectForKeyedSubscript:]: unrecognized selector sent to instance 0x3b176160
Stack Trace: (
CoreFoundation <redacted> + 154
libobjc.A.dylib objc_exception_throw + 38
CoreFoundation <redacted> + 202
CoreFoundation <redacted> + 706
CoreFoundation _CF_forwarding_prep_0 + 24
RiverRecorder +[B4IBarButtonItemWrapper buildBarButton::] + 92
RiverRecorder +[B4IPage buildPage:::] + 1350
RiverRecorder -[B4ILayoutBuilder loadLayoutHelper:::::::::::] + 988
RiverRecorder -[B4ILayoutBuilder loadLayout:::] + 2240
RiverRecorder -[B4IPanelWrapper LoadLayout::] + 148
RiverRecorder -[b4i_mainmenu _show] + 1052
RiverRecorder -[b4i_main _application_start:] + 444
CoreFoundation <redacted> + 68
CoreFoundation <redacted> + 282
RiverRecorder +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1788
RiverRecorder -[B4IShell runMethod:] + 496
RiverRecorder -[B4IShell raiseEventImpl:method:args::] + 1982
RiverRecorder -[B4IShellBI raiseEvent:eventarams:] + 1332
RiverRecorder __33-[B4I raiseUIEvent:eventarams:]_block_invoke + 74
libdispatch.dylib <redacted> + 10
libdispatch.dylib <redacted> + 22
libdispatch.dylib <redacted> + 254
CoreFoundation <redacted> + 8
CoreFoundation <redacted> + 1300
CoreFoundation CFRunLoopRunSpecific + 522
CoreFoundation CFRunLoopRunInMode + 106
GraphicsServices GSEventRunModal + 138
UIKit UIApplicationMain + 1136
RiverRecorder main + 108
libdyld.dylib <redacted> + 2
)
Application_Active