My iOS project is working fine in Xcode 11.2.1. When I'm trying to run it with Xcode 12.4 then I'm not able to run it.
I installed Firebase through cocoapods and below is the Podfile content.
pod 'Firebase'
pod 'FirebaseAnalytics'
pod 'FirebaseDynamicLinks'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Crashlytics'
I tried the steps according to some suggestion -
- Quit Xcode. 2. Delete project's temp files located at ~/Library/Developer/Xcode/DerivedData 3. Delete ProjectName.xcworkspace 4. Delete Podfile.lock file and Pods folder 5. Run pod install. 6. Open the newly created ProjectName.xcworkspace file and build.
But it is not working for me.
Please give Some suggestion on that.
Thanks