I have an application that works fine in Xcode 5 using CocoaPods.
When I open the application on Xcode 6 and click build and run, I get four errors from FiksuSDK about compiled nib files.
From the outside, he claims that I do not have permission to view, but clicking on it shows an error: "The document" FMVerifyViewController.nib "cannot be opened. The Builder interface cannot open compiled files." I do not directly call any of these nib files, however it is possible that the Facebook API does.
Attached screenshots.
I tried removing the Pods directory, deleting the derived data, updating the containers, and restarting Xcode. Nothing.
Any help would be really appreciated.
Screenshots: 

source share