15
Views
3
Comments
[Crash Reporting Plugin (Firebase)] What does »You must set a higher minimum iOS deployment target« mean?
crash-reporting-plugin-firebase
Mobile icon
Forge asset by OutSystems
Application Type
Mobile

Error: Couldn't install the Cordova plugin cordova-plugin-firebase-crash. You must set a higher minimum iOS deployment target for a specific pod in the Extensibility Configurations property of your home module. 

I don't know what this means or where I have to go to change - what exactly...?

Another curious thing about this is that the error occurs in a test environment and that generating the exact same version of the app in the dev environment encountered no problems.

2025-01-31 03-15-38
Irfan Ahamed Abdul Shukoor

Hi @Thomas Skødt ,

Have you defined any platform versions for iOS in your extensibility configuration on your end user module?

If you have set kindly check what is the iOS version you have defined.

If you havnt defined it yet kindly defined the platform version below iOS 9.0

Sample : platform :ios, '9.0'

let me know if it helps.

Thank You.

2022-04-27 06-05-22
Thomas Skødt

Hello Irfan,

No, I have not defined any platform version for iOS. And I wouldn't know how.

/Thomas

2025-01-31 03-15-38
Irfan Ahamed Abdul Shukoor
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.