任何人都可以帮助解决pod安装警告。当我在终端中使用pod init命令安装pod文件时,我收到以下警告消息:
App target会覆盖ALWAYS_SEARCH_USER_PATHS
$(inherited)`标志中定义的Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation - Use the
构建设置,或者 - 从目标中删除构建设置。
解决问题的解决方案是什么?
仅供参考:Cocoapod版本为0.39.0,Xcode版本为7.3.1。