I've been struggling with this issue for days now :( When building my iOS app in the simulator it works fine (debug build), but as soon as I'm trying to build to my iPhone 11 (v 14.5.1) my build fails with these errors:
ld: warning: Could not find or use auto-linked framework 'GoogleDataTransport'
ld: warning: Could not find or use auto-linked framework 'FirebaseRemoteConfig'
ld: warning: Could not find or use auto-linked framework 'FirebaseCore'
ld: warning: Could not find or use auto-linked framework 'Protobuf'
ld: warning: Could not find or use auto-linked framework 'FirebaseInstallations'
ld: warning: Could not find or use auto-linked framework 'GoogleToolboxForMac'
Undefined symbols for architecture arm64:
I'm using Xcode 12.5. I've tried various suggestions like:
LD_VERIFY_BITCODE to User-Defined in Build Settings with
the value of NOEnable Bitcode in Build Settings with the value of NOFramework Search Paths looks correct. I only have
$(inherited)$(inherited) to recursiveAny other possible solutions out there?
The issue is related to Flipper if I comment out use_flipper!() in the Podfile it works. Unfortunately I haven't figured out a good way to disable flipper when running on local device only.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With