Getting into a very odd state, if I am using FIreb...
# compose-ios
j
Getting into a very odd state, if I am using FIrebase for iOS version 1.10.4 it says unsupported Swift architecture but if using 1.11.1 it doesnt even compile. This started happening when I updated to latest MacOS/XCode, require some later versions of iOS and such.
Copy code
ld: warning: Could not find or use auto-linked framework 'FirebaseAuth': framework 'FirebaseAuth' not found
ld: warning: Could not find or use auto-linked framework 'FirebaseCore': framework 'FirebaseCore' not found
ld: warning: Could not find or use auto-linked framework 'FirebaseFirestore': framework 'FirebaseFirestore' not found
ld: warning: Could not find or use auto-linked framework 'FirebaseFirestoreInternal': framework 'FirebaseFirestoreInternal' not found
ld: warning: Could not find or use auto-linked framework 'GoogleSignIn': framework 'GoogleSignIn' not found
ld: Undefined symbols:
  _FIRAuthErrorDomain, referenced from:
Is there any magic combo of flags to use to make this work anyway? I am in a bricked state where I have to fix something, and not helping upgrade or downgrade 😄
113 Views