Application_Start
Error occurred on line: 138 (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
result -[B4IFile OpenInput::] + 436
result -[B4IBitmap Initialize::] + 796
result -[b4i_main _application_start:] + 3000
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 284
result +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
result -[B4IShell runMethod:] + 448
result -[B4IShell raiseEventImpl:method:args::] + 2164
result -[B4IShellBI raiseEvent:event:params:] + 1560
result __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
result main + 124
libdyld.dylib <redacted> + 4
)
Application_Active
line 138 is
LogoBmp.Initialize(File.DirAssets, "icon-loading.png")
if I comment this line and the following line that use this image. the application dont crash on load but on the other Page I get another error
Application_Start
Application_Active
Error occurred on line: 95 (AnotherDatePicker)
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
result -[B4IFile OpenInput::] + 436
result -[B4ILayoutBuilder loadLayout:::] + 652
result -[B4IPanelWrapper LoadLayout::] + 204
result -[B4XViewWrapper LoadLayout::] + 100
result -[ResumableSub_anotherdatepicker_DesignerCreateView resume::] + 4212
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 284
result +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
result -[B4IShell runMethod:] + 448
result -[B4IShell raiseEventImpl:method:args::] + 2164
result -[B4IShellBI raiseEvent:event:params:] + 1560
result -[B4IDelegatableResumableSub resume::] + 380
result __21-[B4ICommon Sleep:::]_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
result main + 124
libdyld.dylib <redacted> + 4
)
in AnotherDatePicker module
pnlDialog.LoadLayout("DatePicker")
the layout file exist, designer see it and access it normaly...
I already cleaned many times. Without any changes in the project .. This morning I compiled it without any problem, then I start new project and then this project started to behave just strange....