iOS Question debug problem

billyrudi

Active Member
Licensed User
Longtime User
Hi when i run my app i receive the following error. Only from today after reboot windows.
I i make a build release app it is all ok. can you help me?

Application_Start
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error loading bitmap: Error opening stream: The operation couldn’t be completed. No such file or directory
Error occurred on line: 51 (main)
Error opening stream: The operation couldn’t be completed. No such file or directory
Stack Trace: (
CoreFoundation <redacted> + 150
libobjc.A.dylib objc_exception_throw + 38
CoreFoundation <redacted> + 0
C2Stek -[B4IFile OpenInput::] + 524
C2Stek -[B4IBitmap Initialize::] + 1116
C2Stek -[B4ICommon LoadBitmap::] + 98
C2Stek -[b4i_main _application_start:] + 1006
CoreFoundation <redacted> + 68
CoreFoundation <redacted> + 300
C2Stek +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1928
C2Stek -[B4IShell runMethod:] + 496
C2Stek -[B4IShell raiseEventImpl:method:args::] + 2060
C2Stek -[B4IShellBI raiseEvent:event:params:] + 1316
C2Stek __33-[B4I raiseUIEvent:event:params:]_block_invoke + 74
libdispatch.dylib <redacted> + 10
libdispatch.dylib <redacted> + 22
libdispatch.dylib <redacted> + 712
CoreFoundation <redacted> + 8
CoreFoundation <redacted> + 1512
CoreFoundation CFRunLoopRunSpecific + 476
CoreFoundation CFRunLoopRunInMode + 106
GraphicsServices GSEventRunModal + 136
UIKit UIApplicationMain + 1440
C2Stek main + 108
libdyld.dylib <redacted> + 2
)
Application_Active
 
Top