ios - XCode6 GoldMaster submitting build failed with error -
when submit build appstore see errors:
error itms-4088: "no software found apple_id: *" @ sofwareassets
error itms-4238: "redundant binary upload. there exists binary upload build version '3.0' train '3.0' @ softwareassets/prereleasesoftwareasset.
does know should fix that?
fix apple id there *"
strange, i.e. use normal characters , following increase build:
a more 1 binary may uploaded itunesconnect if the build number (select target, xcode -> general -> build, see picture below) increased adding .1
, i.e. if version 3.75
, increase to: 3.75.1
, version still `3.75 app (also in itunesconnect). build number has unique each binary loaded itunesconnect.
after new binary uploaded , processed (~ 10 min), can select new binary , submit review. in picture below may see old , new binary listed in itunesconnect in build section of current app version (you click plus sign). new binary selected -> saved
-> submit review
. (sometimes error comes when submitting, try after few mins or upload new binary build).
for inclined automatically xcode script, here description of making automatic script updating build numbers better way of incrementing build number?
Comments
Post a Comment