You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
trying to use this library but with the below version
pod 'GooglePlacePicker', '= 2.7.0'
pod 'GooglePlaces', '= 2.7.0'
pod 'GoogleMaps', '= 2.7.0'
These versions keeps giving me the below error after i link the project 'react-native link' and try to run the project
clang: error: no such file or directory: '/Users/saif-ams/Library/Developer/Xcode/DerivedData/MeraasJustAsk-esgvjsrntfbcgwclmrjqjznyzwbx/Build/Products/Debug-iphonesimulator/libRNGooglePlacePicker.a'
I am forced to use 'GoogleMaps', 2.7.0 as i have some other library dependencies.
My RN Version is
"react": "16.3.0",
"react-native": "0.54.2",
"react-native-google-place-picker": "^1.2.1",
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
trying to use this library but with the below version
pod 'GooglePlacePicker', '= 2.7.0'
pod 'GooglePlaces', '= 2.7.0'
pod 'GoogleMaps', '= 2.7.0'
These versions keeps giving me the below error after i link the project 'react-native link' and try to run the project
clang: error: no such file or directory: '/Users/saif-ams/Library/Developer/Xcode/DerivedData/MeraasJustAsk-esgvjsrntfbcgwclmrjqjznyzwbx/Build/Products/Debug-iphonesimulator/libRNGooglePlacePicker.a'
I am forced to use 'GoogleMaps', 2.7.0 as i have some other library dependencies.
My RN Version is
"react": "16.3.0",
"react-native": "0.54.2",
"react-native-google-place-picker": "^1.2.1",
The text was updated successfully, but these errors were encountered: