iOS Question Unknown type: 12

jahswant

Well-Known Member
Licensed User
Longtime User
I'm Wondering what happened to my layout file. I choosed 3 or 4 Label and set a common Font and soon started displaying this error at layout load.
NB: Not converted layout.
B4X:
Copying updated assets files (1)
Application_Start
Application_Active
Error occurred on line: 42 (Settings)
Unknown type: 12
Stack Trace: (
  CoreFoundation       __exceptionPreprocess + 294
  libobjc.A.dylib      objc_exception_throw + 48
  CoreFoundation       +[NSException raise:format:] + 197
  Spanish Conjugator   -[B4IDataInputStream readMap:] + 990
  Spanish Conjugator   -[B4IDataInputStream readMap:] + 575
  Spanish Conjugator   -[B4IDataInputStream readMap:] + 575
  Spanish Conjugator   -[B4ILayoutBuilder loadLayout:::] + 1433
  Spanish Conjugator   -[B4IPanelWrapper LoadLayout::] + 194
  CoreFoundation       __invoking___ + 140
  CoreFoundation       -[NSInvocation invoke] + 308
 Spanish Conjugator   +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1645
 Spanish Conjugator   -[B4IShell runMethod:] + 412
 Spanish Conjugator   -[B4IShell raiseEventImpl:method:args::] + 2487
 Spanish Conjugator   -[B4IShellBI raiseEvent:event:params:] + 1450
 Spanish Conjugator   __33-[B4I raiseUIEvent:event:params:]_block_invoke + 50
 libdispatch.dylib    _dispatch_call_block_and_release + 12
 libdispatch.dylib    _dispatch_client_callout + 8
 libdispatch.dylib    _dispatch_main_queue_callback_4CF + 1279
 CoreFoundation       __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
 CoreFoundation       __CFRunLoopRun + 2342
 CoreFoundation       CFRunLoopRunSpecific + 635
 GraphicsServices     GSEventRunModal + 62
 UIKit                UIApplicationMain + 159
 Spanish Conjugator   main + 111
 libdyld.dylib        start + 1
 ???                  0x0 + 1
)
 

Attachments

  • settings.zip
    2.8 KB · Views: 165
Top