Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这就是我所拥有的项目级别。我在目标中使用 $(inherited) 进行了相同的设置。但是现在我收到了找不到文件的错误。
我做错了什么?
我遇到了同样的问题Xcode 8 混合 Swift 和 Objective-c 项目生成“ModuleName-Swift.h”标头未找到
我解决了在关闭冲突的objective-c文件的情况下构建每个目标的问题。
之后,一切都再次正常工作。