Xcode 7 can't find header files from framework

后端 未结 8 1349
伪装坚强ぢ
伪装坚强ぢ 2021-02-03 19:03

I\'m trying to add PassSlot into my project, but it says it can\'t find the .h file. I\'m following everything correctly from here: https://github.com/passslot/passslot-ios-sdk<

8条回答
  •  庸人自扰
    2021-02-03 19:23

    I think Dinesy is right. This solves the problem for me.

    I've noticed that Xcode7 doesn't automatically fill in the required Framework search paths when you import a 3rd party one (I believe Xcode6 did do this). Check if yours are empty by going to Project -> Build Settings -> Search Paths -> Framework Search Paths. Fill it in with wherever your Frameworks live. If it's under your project you can use $(PROJECT_DIR)

提交回复
热议问题