trying to validate iOS app but got ERROR ITMS-90680: "The binary you uploaded was invalid.”
had tried adding run script at build phase but no luck, any ideas?
trying to validate iOS app but got ERROR ITMS-90680: "The binary you uploaded was invalid.”
had tried adding run script at build phase but no luck, any ideas?
Check , you've already uploaded another app version to the store, now you'll need to create a new version and upload that.
have you build your application for release. To do that the command is
tns build ios --release --for-device
More info about the build command (and any other command) can be seen via
tns build ios --help
If this does not resolve your case, please verify that you have gone through the steps described in publishing for iOS and also send us the content of your package.json file.