My friend and I have been working in a react-native
project for a company where he is working on a windows for Android and I am working on IOS part beside Google Maps
and PlacesPicker
.
But now after my friend have added googleSignin
I try to add it to my Podfile
for IOS and install the pod there is a error which is stopping me to work on it any more.
[!] 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.
Thank you in advance.
Thanks for your tips @csath you really helped me to dig down the path file on my xcode .But the issue is actually resolved by @SamirChenon tricks which I applied to every path. Additionally, I also removed spaces between my pod packages
in inside podfile
and pod install
.
Thank you all for helping :D