Xcode 6 Interface Builder “cannot open compiled nibs” error, FiksuSDK

前端 未结 3 517
南笙
南笙 2021-01-06 07:02

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 n

相关标签:
3条回答
  • 2021-01-06 07:23

    The error messages unfortunately are misleading because it's not a permissions problem and the nibs are valid. It appears that because they are provided as symlinks to the resource files, Xcode complains.

    Fiksu just released a new version of their SDK where this issue is fixed. (look for version 4.3.1)"

    Disclosure: I am a Fiksu Employee

    0 讨论(0)
  • 2021-01-06 07:37

    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 :)

    0 讨论(0)
  • 2021-01-06 07:37

    This isn't a very good answer, but I had this same problem and in order to keep developing (until this gets figured out), I just removed those 4 nibs from the project. Just go to the project file, select the target you're building against, go to the "Build Phases" tab, and delete those 4 nibs from the "Copy Bundle Resources" section. Your project should build and run fine for the time being (I haven't encountered any negative effects to not having these nibs). By the way I think they're from the Fiksu SDK, not the Facebook SDK.

    0 讨论(0)
提交回复
热议问题