ios - XCode 8 GM Seed - Error while uploading to TestFlight -
while uploading .ipa file (generated using xcode gm seed) testflight, receiving following error.
error itms-90596: "invalid bundle. asset catalog @ 'payload/application.app/assets.car' can't read. try rebuilding app non-beta version of xcode , submit again."
dbg-x: error code is: 1102
did across similar issue?
1) double check , make sure building xcode 8 gm seed.
2) make sure using latest version of el cap.
3) delete ~/library/developer/xcode/deriveddata folder.(it issue)
4) rebuild project.
make sure environment submitting running latest el cap , xcode 8 gm.
if working multiple version of xcode (i.e. 7.3.1 & 8.0 or higher), make sure launch application loader respective xcode version. if build ipa file xcode 8.0, open application loader xcode -> open developer tool -> application loader.
good luck!
Comments
Post a Comment