ios - ZXingObjC iOS 存档问题 : 'ZXingObjC/ZXingObjC.h' file not found Edit

标签 ios objective-c xcode

我按照自述文件中的说明进行操作,当我在模拟器或设备上将其作为调试配置运行时它工作正常,但是当我存档时我收到此错误:

'ZXingObjC/ZXingObjC.h' file not found

我尝试在build设置中将 header 搜索路径设置为类似./libs/ZXingObjC-8f83c0b 的内容,然后出现错误

libs/ZXingObjC-8f83c0b/ZXingObjC/ZXingObjC.h:20:9: 'ZXingObjC/ZXAztecDecoder.h' file not found

知道如何解决吗?谢谢

最佳答案

添加标题搜索路径

$(SRCROOT)/../..

递归

enter image description here

关于ios - ZXingObjC iOS 存档问题 : 'ZXingObjC/ZXingObjC.h' file not found Edit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15324323/

相关文章:

ios - 在 StoryBoard 中调整 Collection View 标题的大小

c++ - 如何在不使用临时变量或算术运算的情况下交换两个数字?

objective-c - ASIHTTPRequest 禁用缓存

ios - 应用程序终止时发送 HTTP POST

ios - 动态更改自动布局

iOS 可视化

objective-c - 不鼓励使用 beginAnimations

iphone - 发送到问题的无法识别的选择器

ios - 从 Xcode 备份应用程序

ios - 使用 SwiftyJSON 解析 JSON - 更新 UI 时遇到问题