I found an interesting error today while uploaded an iOS archive to App Store connect.
Got below notification message:
The build status of [App Name] (version 0.0.1 (0.0.1) iOS) has changed to Invalid Binary
How to reproduce
- create new project with
ionic start MyApp blank
- select ‘Angular’
- Answer
No
for capacitor - Add cordova-ios 5.1.1 with
ionic cordova platform add ios@5.1.1
5.OpenMyApp.xworkspace
in Xcode - then set bundle identifier to match the one in iTune Connect.
- Goto Xcode > Product > Archive
- Use Organizer to submit archive to iTune Connect.
- After finished the uploading, I got the notification message in iTune Connect Application (iOS).
Ionic info:
Ionic:
Ionic CLI : 6.9.2 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.1.1
@angular-devkit/build-angular : 0.901.7
@angular-devkit/schematics : 9.1.7
@angular/cli : 9.1.7
@ionic/angular-toolkit : 2.2.0
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 4 other plugins)
Utility:
cordova-res : 0.14.0
native-run (update available: 1.0.0) : 0.3.0
System:
ios-deploy : 1.9.4
ios-sim : 8.0.2
NodeJS : v12.15.0 (/usr/local/bin/node)
npm : 6.14.5
OS : macOS Catalina
Xcode : Xcode 11.4.1 Build version 11E503a
1 post - 1 participant