xcode - Unable to authenticate the package: 805904647.itmsp -


when submit app application loader i'm putting in compressed game right clicked , compressed because will'nt let me click archive button in xcode. these errors

unable authenticate package: 805904647.itmsp

error itms-9000: "no .app bundles found in package" @ softwareassets/softwareasset (mzitmspsoftwareassetpackage)

can please me fix xcode project can put in application loader

i have problem developing apps in xcode 7.3.1 os x el capitan , update macos sierra , xcode 8.

i can solve problem following next steps:

  1. archive app xcode 7.3.1 (download in developer.apple.com)
  2. when archived app, find archive in organizer, , then:

"show in finder";

"show package contents";

in "xx.xcarchive" file, find "products"-"applications"-"xx.app"(xx app's name), "show package contents" again;

finally, can see there has file named"info.plist", open it;

edit value key named "buildmachineosbuild", change "16a323"(it's "macos sierra" 's version);

edit value key named "dtxcodebuild" xcode 8 version number "8a218a"

after that, can upload archive use xcode 8 or application loader in macos sierra, whatever want! info.plist


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -