Deployment to apple suddenly stopped working - Step 6 script Install pods exited with status code 1

Troubleshooting

Today my deployment to the app store suddenly stopped with below information.

Failed Step: Install pods

A new version of Flutter is available!
To update to the latest version, run "flutter upgrade".

Analyzing dependencies

Pre-downloading: FirebaseFirestore from https://github.com/invertase/firestore-ios-sdk-frameworks.git, tag 11.2.0

cloud_firestore: Using Firebase SDK version '11.2.0' defined in 'firebase_core'

cloud_functions: Using Firebase SDK version '11.2.0' defined in 'firebase_core'

firebase_auth: Using Firebase SDK version '11.2.0' defined in 'firebase_core'

firebase_core: Using Firebase SDK version '11.2.0' defined in 'firebase_core'

Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.

firebase_crashlytics: Using Firebase SDK version '11.2.0' defined in 'firebase_core'

firebase_performance: Using Firebase SDK version '11.2.0' defined in 'firebase_core'

Adding spec repo trunk with CDN https://cdn.cocoapods.org/

[!] CocoaPods could not find compatible versions for pod "FirebaseFirestore":

In Podfile:

FirebaseFirestore (from https://github.com/invertase/firestore-ios-sdk-frameworks.git, tag 11.2.0)

Specs satisfying the FirebaseFirestore (from https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag 11.2.0)` dependency were found, but they required a higher minimum deployment target.

Build failed :|

Step 6 script Install pods exited with status code 1

What have you tried so far?

Tried to deploy multiple times, changed version numbers, not much more I can do to be honest

Did you check FlutterFlow's Documentation for this topic?
Yes
7
10 replies