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.
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?
The text was updated successfully, but these errors were encountered: