Xcode 7 can't find header files from framework

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

    Replacing #import "Headerfile.h" with #import <Framework/Headerfile.h> worked for me.

    0 讨论(0)
  • 2021-02-03 19:32

    Cleaning the project and restarting XCode sometimes helps

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