iOS Question [solved] TabStrip error: Could not load NIB in bundle

ThePuiu

Active Member
Licensed User
Longtime User
I want to include a TabStrip component in the project. I copied the files from the library archive into the Additional folder and copied the example code into my application.
When running I receive the error message:
B4X:
Application_Start
Application_Active
Class (b4i_httpjob) instance released.
Error occurred on line: 119 (MainPage)
Could not load NIB in bundle: 'NSBundle </private/var/containers/Bundle/Application/1CC082C0-EC6E-4E9C-9B39-A8A00E447ED8/xBeam.app> (loaded)' with name 'ButtonCell'
Stack Trace: (
  CoreFoundation       1B9B1E61-8CB4-3903-9870-402C3DE959BB + 1227356
  libobjc.A.dylib      objc_exception_throw + 56
  CoreFoundation       1B9B1E61-8CB4-3903-9870-402C3DE959BB + 135616
  UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 6967984
  UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 2601292
  UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 2603168
  xBeam                 -[XLButtonBarPagerTabStripViewController collectionView:cellForItemAtIndexPath:] + 88
  UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 2523980
  UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 2542536
  UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 2561172
 UIKitCore            27D3041D-A1DE-3C3A-8DC0-994B5982DC49 + 15307728
 QuartzCore           84C3CD6E-F832-3F6F-BE62-5A4348853273 + 1378268
 QuartzCore           84C3CD6E-F832-3F6F-BE62-5A4348853273 + 1403224
 QuartzCore           84C3CD6E-F832-3F6F-BE62-5A4348853273 + 1447288
 QuartzCore           84C3CD6E-F832-3F6F-BE62-5A4348853273 + 696092
 QuartzCore           84C3CD6E-F832-3F6F-BE62-5A4348853273 + 867336
 QuartzCore           84C3CD6E-F832-3F6F-BE62-5A4348853273 + 869884
 CoreFoundation       1B9B1E61-8CB4-3903-9870-402C3DE959BB + 691816
 CoreFoundation       1B9B1E61-8CB4-3903-9870-402C3DE959BB + 671060
 CoreFoundation       1B9B1E61-8CB4-3903-9870-402C3DE959BB + 672544
 CoreFoundation       CFRunLoopRunSpecific + 464
 GraphicsServices     GSEventRunModal + 104
 UIKitCore            UIApplicationMain + 1936
 xBeam                 main + 124
 libdyld.dylib        2E3F4750-8B67-398B-8530-8417651B1718 + 4960
)
SignalHandler 6

I mention that I cleaned the project but the result is the same.
 

Similar Threads

Top