react-native-google-place-picker
react-native-google-place-picker copied to clipboard
Install without CocoaPods
Hi, is it possible to install without CocoaPods?
I don't want to use CocoaPods, so I tried to install the same libraries the Podfile is supposed to via the manual instructions found here, but I get an error when running react-native run-ios
:
/..../node_modules/react-native-google-place-picker/ios/RNGooglePlacePicker.m:3:9: 'GooglePlaces/GooglePlaces.h' file not found
#import <GooglePlaces/GooglePlaces.h>
^
** BUILD FAILED **
The following build commands failed:
CompileC /..../ios/build/Build/Intermediates.noindex/RNGooglePlacePicker.build/Debug-iphonesimulator/RNGooglePlacePicker.build/Objects-normal/x86_64/RNGooglePlacePicker.o RNGooglePlacePicker.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
The app, however, does get installed to the Simulator and runs.
Thanks for any help 😄
Hi,
I am encountering with the same issue. It does not allow me to build the project in xcode. How may I solve it?
Attached is a screenshot from RNGogglePlacePicker source file.