我使用 cocoapods 将一些与 UI7Kit 相关的依赖项安装到我的 xcode 项目中。使用“pod install”后,Pod 为我创建了一个 xcode 工作区,但问题是:我无法导入到 main.m 文件。(参考这里的指南https://github.com/youknowone/UI7Kit)
使用“pod install”时,终端有一些这样的日志:
[!] 目标MyProjectTarget [Debug]
覆盖$(inherited)` 标志HEADER_SEARCH_PATHS
中定义的构建设置Pods/Pods.xcconfig'.
- Use the
,或者 - 从目标中删除构建设置。
如何解决?有任何想法吗?非常感谢!