GitHub user BigBalli added a comment to the discussion: iOS: Build IPA for App Store submission
Packaging into an .ipa requires a device build plus signing/export. Android leverages Gradle but on iOS you need explicit packaging. Try using cordova build ios --device --release (and proper signing), or archive/export via Xcode/xcodebuild GitHub link: https://github.com/apache/cordova/discussions/563#discussioncomment-14082906 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
