Hello,
yesterday I downloaded the latest beta from B4I and compiled my App (debug and release mode), all works fine, but today i compile my App in Debug mode and the App crash on startup and jump to the "page.RootPanel.LoadLayout" row.
The following Error is in the log:
Spoiler: Error Message
Application_Start
Configuring the default app.
Error occurred on line: 84 (Main)
Error opening stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Stack Trace: (
CoreFoundation <redacted> + 252
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation <redacted> + 0
MyAppName -[B4IFile OpenInput::] + 436
MyAppName -[B4ILayoutBuilder loadLayout:::] + 652
MyAppName -[B4IPanelWrapper LoadLayout::] + 204
MyAppName -[b4i_main _application_start:] + 1088
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 284
MyAppName +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
MyAppName -[B4IShell runMethod:] + 448
MyAppName -[B4IShell raiseEventImpl:method:args::] + 2164
MyAppName -[B4IShellBI raiseEvent:event:params:] + 1560
MyAppName __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
MyAppName main + 124
libdyld.dylib <redacted> + 4
)
Application_Active
Application_Pushtoken
In Release mode everything is good, the app starts without errors.
I compile with Remote Compiler.