当前位置:   article > 正文

cocoapods Target overrides the `OTHER_SWIFT_FLAGS` build setting_cocoapods other_swift_flags

cocoapods other_swift_flags
platform :ios, '8.0'
use_frameworks!


target 'TestApp' do
  ...

end

After pod installI get the following errors:


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

    - Remove the build settings from the target.

How do I resolve this problem?

  1. Select your project

  2. Switch to your project 's Build Settings panel.

  3. Search for Other Swift Flag


Use the $(inherited) flag, or - Remove the build settings from the target.


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/223857
推荐阅读
相关标签
  

闽ICP备14008679号