Bug? Layout Error after installation via bridge

kohle

Active Member
Licensed User
Longtime User
Hi ,

yesterday I was working on a project and all fine. Today I compiled in debug mode and get an error
after installation via bridge.
I can open the layout in the designer. See screenshot. I cleared project and restarted phone, no change. I can see the Layout also in the bridge (fone).



Application_Start
Error occurred on line: 87 (Main)
Error opening stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Stack Trace: (
CoreFoundation <redacted> + 148
libobjc.A.dylib objc_exception_throw + 56
CoreFoundation <redacted> + 0
kitaPP -[B4IFile OpenInput::] + 436
kitaPP -[B4ILayoutBuilder loadLayout:::] + 652
kitaPP -[B4IPanelWrapper LoadLayout::] + 204
kitaPP -[b4i_main _application_start:] + 2060
CoreFoundation <redacted> + 144
CoreFoundation <redacted> + 292
kitaPP +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1624
kitaPP -[B4IShell runMethod:] + 448
kitaPP -[B4IShell raiseEventImpl:method:args::] + 1784
kitaPP -[B4IShellBI raiseEvent:event:params:] + 1408
kitaPP __33-[B4I raiseUIEvent:event:params:]_block_invoke + 60
libdispatch.dylib <redacted> + 24
libdispatch.dylib <redacted> + 16
libdispatch.dylib <redacted> + 1016
CoreFoundation <redacted> + 12
CoreFoundation <redacted> + 2012
CoreFoundation CFRunLoopRunSpecific + 436
GraphicsServices GSEventRunModal + 100
UIKit UIApplicationMain + 236
kitaPP main + 124
libdyld.dylib <redacted> + 4
)
Application_Active




I solved this problem, saving the Layout with an other name and use this name.

It says in the log:
Copying updated assets files (1)
Application_Start
Application_Active
 

Attachments

  • 02-04-_2018_11-38-04.png
    02-04-_2018_11-38-04.png
    189.7 KB · Views: 207
Last edited:
Top