Open amahfouz opened 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?
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?