Phonegap build for iOS 13 SDK

Viewed 3914

I am using phonegap build to build IPA and APK. When i am trying to upload my IPA in app-store. I am getting this warning

WARNING :"This app was built with the iOS 12.1 SDK. Starting April 2020 all iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later."

I appreciate any solution. thanks

3 Answers

Local build. If you don't have mac, you can use macincloud.

Alternatively use https://monaca.io/ Monaca iOS Release Builds supported by App Store, as it uses SDK 13. Also, Another solution is if not have mac is VirtualBox+MacOS and create a local build using Cordova.

Phonegap project is discontinued.
You can use VoltBuilder for compile your app like phonegap built. https://volt.build/

Related