Hi forum members, i have a problem uploading my app to itunesConnect, after upload with xcode, itunesConect returns and email with this message " ITMS-90035: Invalid Signature; for this case i’ve upload a blank app, and all is OK, then when install plugins this error returns, anyone with this same problem ?
“@ionic-native/android-permissions”: “^5.12.0”,
“@ionic-native/call-number”: “^5.12.0”,
“@ionic-native/camera”: “^5.12.0”,
“@ionic-native/core”: “^5.0.0”,
“@ionic-native/device”: “^5.12.0”,
“@ionic-native/fcm”: “^5.12.0”,
“@ionic-native/geolocation”: “^5.12.0”,
“@ionic-native/google-analytics”: “^5.12.0”,
“@ionic-native/in-app-browser”: “^5.12.0”,
“@ionic-native/keyboard”: “^5.0.0”,
“@ionic-native/native-keyboard”: “^5.12.0”,
“@ionic-native/splash-screen”: “^5.0.0”,
“@ionic-native/sqlite”: “^5.12.0”,
“@ionic-native/status-bar”: “^5.0.0”,
“@ionic/angular”: “^4.7.1”,
“@ionic/storage”: “^2.2.0”,
— Latest update —
I’ve make 45 version checking each file and source, and i found just an invalid name file, also bad inclusion of modal modules, after remove this files, clean build folder and rebuild, i have success.
@BakuUchiha thanks