Hello everyone,
I am having an issue in Xcode after updating to version 14.3.1 and I'm hoping someone might be able to help me. I am working on macOS 13.4.1.
I'm trying to integrate the Firebase SDK (version 8.15.0) into my project through Cocoapods. The specific Firebase frameworks I am using are FirebaseAnalytics, FirebaseAuth, FirebaseCore, FirebaseDynamicLinks, FirebaseFirestore, FirebaseInstallations, FirebaseMessaging, and FirebaseStorage. Despite installing these successfully, I am facing an error that states "Framework not found Firebase". It does not specify any particular Firebase framework that's missing.
I have attempted several potential solutions such as reinstalling pods, cleaning the project, deleting derived data, and even switching the package manager from Cocoapods to Swift Package Manager. I've also tried adjusting the header paths. Unfortunately, none of these methods have resolved the issue.
Below is the error message from my log:
ld: warning: directory not found for option '-F/Users/oscarnilsson/Library/Developer/Xcode/DerivedData/Aircutt_Business-cibnpzcszsymgwgztnynnwvihkub/Build/Products/Debug-iphoneos/FirebaseAppCheckInterop'
ld: warning: directory not found for option '-F/Users/oscarnilsson/Library/Developer/Xcode/DerivedData/Aircutt_Business-cibnpzcszsymgwgztnynnwvihkub/Build/Products/Debug-iphoneos/FirebaseAuthInterop'
ld: warning: directory not found for option '-F/Users/oscarnilsson/Library/Developer/Xcode/DerivedData/Aircutt_Business-cibnpzcszsymgwgztnynnwvihkub/Build/Products/Debug-iphoneos/FirebaseCoreExtension'
ld: warning: directory not found for option '-F/Users/oscarnilsson/Library/Developer/Xcode/DerivedData/Aircutt_Business-cibnpzcszsymgwgztnynnwvihkub/Build/Products/Debug-iphoneos/FirebaseCoreInternal'
ld: framework not found Firebase
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Has anyone experienced a similar issue or does anyone have any insights into what could be causing this? Any help would be greatly appreciated.
Best, Oscar