Sometimes when starting work I get strange errors after debug (using Hosted Mac Builder). The App is compiled and after Installing errors like this:
Application_Start
Error occurred on line: 16 (FrmMsg)
Error opening stream (/private/var/mobile/Containers/Data/Application/.../tmp/virtual_assets/viewfrmmsg.bil): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=2}
Stack Trace: (
CoreFoundation <redacted> + 152
...
The line 16 is:
pg.RootPanel.LoadLayout("viewFrmMsg")
Ofcourse the Layout File is NOT missing. Sometimes it helps to "clean project", but sometimes it only helps to remove the app in the iPhone before. But with that I lose all the data in the sqlite DB of the app. Is there a better way, I could try?
With "BuildReleaseApp" it is ok, only when Debug (F5).
Application_Start
Error occurred on line: 16 (FrmMsg)
Error opening stream (/private/var/mobile/Containers/Data/Application/.../tmp/virtual_assets/viewfrmmsg.bil): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorDomainKey=1, _kCFStreamErrorCodeKey=2}
Stack Trace: (
CoreFoundation <redacted> + 152
...
The line 16 is:
pg.RootPanel.LoadLayout("viewFrmMsg")
Ofcourse the Layout File is NOT missing. Sometimes it helps to "clean project", but sometimes it only helps to remove the app in the iPhone before. But with that I lose all the data in the sqlite DB of the app. Is there a better way, I could try?
With "BuildReleaseApp" it is ok, only when Debug (F5).