2016-03-16 70 views
0

我正在尝试执行Pod更新,并且最近开始出现此错误,请求您帮助我该怎么做。由于项目和豆荚中的位代码设置不同导致的pod更新中的警告

我已经尝试了为$继承添加的解决方案,但没有成功。

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

[!] The `MYAPP_DEV [Release]` target overrides the `ENABLE_BITCODE` build setting defined in 
`Pods/Target Support Files/Pods/Pods.release.xcconfig'. 
This can lead to problems with the CocoaPods installation 

回答

0

尝试添加$(inherited)像这样在你的目标的构建设置:

enter image description here

(你在下拉菜单选择Other看到文本框)

相关问题