Код: Выделить всё
xcrun altool --upload-package \
MyApp.ipa \
--type ios \
--asc-public-id $ASC_PUBLIC_ID \
--apple-id me@gmail.com \
--bundle-version 100 \
--bundle-short-version-string 1.0 \
--bundle-id com.myco.myapp \
--apiKey $APPLE_ID_KEY_ID \
--apiIssuer $APPLE_ID_ISSUER_ID \
--show-progress
Код: Выделить всё
The provided entity includes a relationship with an invalid value 'me@gmail.com' is not a valid ID for this relationship.
Код: Выделить всё
--apple-id id
Specify the Apple ID of the app to be uploaded with --upload-package.
Подробнее здесь: https://stackoverflow.com/questions/735 ... alid-value