React Native Podfile IOS安装错误

时间:2018-03-19 04:35:40

标签: ios react-native cocoapods podfile

我的朋友和我一直在一个react-native项目中为一家公司工作,他正在开发一个适用于Android的Windows,我正在Google MapsPlacesPicker旁边的IOS部门工作。  但是现在,在我的朋友添加googleSignin之后,我尝试将其添加到我的Podfile for IOS并安装pod,这是一个错误,阻止我继续使用它。

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

提前谢谢。

2 个答案:

答案 0 :(得分:2)

转到Xcode项目并选择Build settings。 向下滚动并在“搜索路径”部分下找到“库搜索路径”下拉列表。 在发布模式下,在路径字符串的开头使用$(inherited)。

enter image description here

答案 1 :(得分:0)

感谢你的提示@csath你真的帮我挖掘了我的xcode上的路径文件。但问题实际上是由我应用于每条路径的@SamirChenon tricks解决的。此外,我还删除了pod packagespodfilepod install //mock graph chart1.Series[0].Points.Clear(); for (int i = 1; i < 10; i++) { chart1.Series[0].Points.AddXY(i, i); } chart1.Invalidate(); 之间的空格。

谢谢大家的帮助:D