-使用`$(inherited)`标志,或-从目标中删除构建设置。CocoaPod Swift3 pod更新错误

SwiftyJD:

在将Switf2项目更新为Swift3之后更新cocoapods时,我在终端中遇到了几个奇怪的错误。错误如下:

[!] The `MyShowGuide [Debug]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-MyShowGuide/Pods-MyShowGuide.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `MyShowGuide [Release]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods-MyShowGuide/Pods-MyShowGuide.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

到目前为止,我已经尝试了多种方法来解决该问题,包括删除派生数据并运行pod deintegrate/ pod install我还添加$(inherited)Other Linker Flags和,Header Search Paths但仍然收到错误消息。

蒂姆:
  1. 目标->建筑设置-> ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES,值类型为布尔值,单击另一项,将值更改为$(inherited)
  2. 执行-广告连播更新
  3. 完成了

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

目标C中项目的“快速语言版本”(SWIFT_VERSION)构建设置错误

swift3中UnsafeMutablePointer中的错误

在Swift3中使用SwiftyJSON

在swift3中使用fetchedResultsController

对于使用 Swift 的目标,构建设置必须设置为支持的值

可可豆安装错误:“目标将覆盖SWIFT_VERSION构建设置”

在 swift3 中不使用 Uiimageview 更改 UIImage 颜色

使用swift3在tableview中搜索栏和节

使用firebase的swift3中的时间戳问题

Swift3中的UUID,但使用“版本1”样式的UUID

在swift3中使用字节

Swift3中的NSCalendar

使用Swift3在iOS中为UIButton的'backgroundColor'设置动画

如何在swift3项目中使用目标c视图控制器

swift3中的编译错误:“ AnyObject”不是“ NSObject”的子类型

在Swift3中将回调与CGPattern一起使用时出现问题

使用类在Swift3中自定义按钮及其突出显示的状态

使用Swift3中的完成处理程序调用Objective C方法(完成是IUO吗?)

使用swift3为xib文件中的按钮提供操作

swift3中使用pickerviiew时不会触发textFieldDidEndEditing

编码日期格式以在 swift3 中的 json 中使用它时出错

如何在swift3中使用数据初始化结构变量

目标会覆盖ʻOTHER_SWIFT_FLAGS`构建设置

使用Swift3的Facebook图形请求-

在目标构建设置中找不到 Apple LLVM 8.0 - 自定义编译器标志

Swift3中的可选结构

swift3中的选择器

Swift3中的func collectionViewContentSize

Swift3 中的 SKScene 和 URLQueryItems?