Posts

Post not yet marked as solved
0 Replies
903 Views
I want to import Firebase Firestore inside of an iOS project extension target, specifically into a CredentialProviderViewController autofill extension. This CredentialProviderViewController lives inside a 'Project Autofill' folder inside of the 'Runner' target. The extension itself is functional and works as intended except for the lack of Firestore functionality. I've added it to my pods, rebuilt the project 1,000 different ways, followed a few different guidelines and read all the documentation available. It simply won't recognize my firestore and firebase core frameworks. Basically followed this procedure (With a ridiculous amount of debugging and troubleshooting): How to add Firebase to Today Extension iOS Errors: /Users/me/Library/Developer/Xcode/DerivedData/Runner-enunnrgggbgvovbbpqxhddsvwnzs/Build/Products/Debug-iphoneos/FirebaseFirestore.framework: No such file or directory (in target 'Project Autofill' from project 'Runner') /Users/me/Library/Developer/Xcode/DerivedData/Runner-enunnrgggbgvovbbpqxhddsvwnzs/Build/Products/Debug-iphoneos/FirebaseFirestore.framework: No such file or directory /Users/me/Library/Developer/Xcode/DerivedData/Runner-enunnrgggbgvovbbpqxhddsvwnzs/Build/Products/Debug-iphoneos/FirebaseCore.framework: No such file or directory DOES THE CREDENTIAL PROVIDER VIEW CONTROLLER (AUTOFILL) EXTENSION NOT ALLOW FIRESTORE?
Posted Last updated
.