我的朋友和我一直在一个react-native
项目中为一家公司工作,他正在开发一个适用于Android的Windows,我正在Google Maps
和PlacesPicker
旁边的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.
提前谢谢。
答案 0 :(得分:2)
答案 1 :(得分:0)
感谢你的提示@csath你真的帮我挖掘了我的xcode上的路径文件。但问题实际上是由我应用于每条路径的@SamirChenon tricks解决的。此外,我还删除了pod packages
内podfile
和pod 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