I followed all instructions for integrating the new firebase
release on ios
:
I downloaded the file GoogleService-Info.plist
I tried the above but sadly, nothing worked. Clean the build folder, clearing Xcode cache helped me. Try this:
- Quit Xcode.
- Delete project's temp files located at ~/Library/Developer/Xcode/DerivedData
- Delete ProjectName.xcworkspace
- Delete Podfile.lock file and Pods folder
- Run pod install.
- Open the newly created ProjectName.xcworkspace file and build.
Pay extensive attention to the 6th step. Open this newly created xcworkspace, not xcodeproj.
Original answer: https://stackoverflow.com/a/44486792/913601