I know this has been answered previously on Stack however, the reason for this was outdated cocoapods (not being at least version 1.2.0)
I am currently running version 1.9.3 and using Xcode 12 and still getting this error.
I have done the usual steps to see if the following will solve the issue;
- Cleaned Build Folder
- Removed derived data
- Restarted Xcode
- Updated Cocoapods
- Checked Cocoapods is on latest version
I believe this is a module pulled in along with Firebase/Firestore
pods used:-
- pod 'Firebase/Auth'
- pod 'Firebase/Messaging'
- pod 'Firebase/Analytics'
- pod 'FirebaseFirestoreSwift'
- pod'Firebase/Database'
- pod 'Firebase/Crashlytics'