zhangtaii / react-native-google-place-picker

React Native Wrapper of Google Place Picker for iOS + Android.
MIT License
185 stars 54 forks source link

Link error. Undefined symbols for architecture x86_64 #12

Open amahfouz opened 7 years ago

amahfouz commented 7 years ago

I got this link error after installing the place picker in a vanilla react native project:

Undefined symbols for architecture x86_64: "___cxa_guard_release", referenced from: cachedSystemFont(double, double) in libReact.a(RCTFont.o)

I tried various things and was able to get the project to work only after uncommenting out the line that says:

use_frameworks!

in the PodFile.

Is this expected? Is it simply a documentation issue or a cocoapods issue?