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

前端 未结 3 544
南笙
南笙 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

提交回复
热议问题