Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 Interface Builder "cannot open compiled nibs" error, FiksuSDK

I have an app that runs great in Xcode 5, using CocoaPods.

When I open the app on Xcode 6 and hit build and run, I get four errors from the FiksuSDK about compiled nib files.

On the side, it states that I do not have permission to view it, but tapping on it shows the error: "The document "FMVerifyViewController.nib" could not be opened. Interface Builder cannot open compiled nibs." I don't directly call any of these nib files, however it's possible that the Facebook API does.

Screenshots attached.

I've tried removing the Pods directory, deleting derived data, updating pods and restarting Xcode. Nothing.

Any help would be really appreciated.

Screenshots: Interface Builder NIB Postprocessor ErrorCannot Open Compiled Nibs

like image 724
Matthew Knippen Avatar asked Dec 14 '22 22:12

Matthew Knippen


1 Answers

Go to the "Build Settings" of your Project and set "Strip NIB Files" in "Interface Builder NIB Postprocessor - Options" to NO - worked quite well for me :)

like image 70
Skymax1986 Avatar answered Dec 27 '22 10:12

Skymax1986