ios - Xcode 7 无法从框架中找到头文件

标签 ios xcode passslot

我正在尝试将 PassSlot 添加到我的项目中,但它说找不到 .h 文件。我从这里正确地遵循了所有内容:https://github.com/passslot/passslot-ios-sdk

这是 Xcode 7 的问题吗?它工作正常,现在我在 Xcode 7 中打开项目,它给了我这个问题。我在 Xcode 6 上重新打开它,它也开始显示问题。

最佳答案

我认为 Dinesy 是对的。这为我解决了问题。

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)

关于ios - Xcode 7 无法从框架中找到头文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30762492/

相关文章:

ios - 如何从动态生成的 UITableViewCell 获取图像并将其通过 segue 传递到另一个 View ?

ios - 捕获适用于 ios 的 googlemaps 的异常

ios - SwiftUI 表单无法使用 Spacer() 正确定位

iphone - 在我的主视图中将 UIImageView 置于其他 UIImageView 之上

cocoa - iPad键盘: mode based key augmentation

ios - Xcode 4.5 - 在我的设备上无线构建应用程序

ios - 存折权利?

ios - 带有阿拉伯语文本输入的动态 TextView