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.
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.
Hello Irfan,
No, I have not defined any platform version for iOS. And I wouldn't know how.
/Thomas
Check this OS guide to define extensibility configuration. This will give you a solution.
https://success.outsystems.com/documentation/11/deploying_apps/mobile_apps_packaging_and_delivery/customize_your_mobile_app/extensibility_configurations_json_schema/
Let me know if this helps
Thanks