Xcode 7 can't find header files from framework

后端 未结 8 1507
伪装坚强ぢ
伪装坚强ぢ 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:29

    In my case, using CocoaPods, Xcode was building fine, but a command line build couldn't locate the framework headers.

    The solution was to build the workspace, not the project!

提交回复
热议问题