ERROR ITMS - 90167 No. app bundles found in the package

前端 未结 21 1561
有刺的猬
有刺的猬 2020-11-30 17:11

Before I start writing about the error, I\'m running on macOS Sierra and using Xcode 7.3.1.

So I\'m creating an Archive from my App, I validate the App and it passes

21条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 18:06

    I was getting this error with Xcode 7.2.1 and Application Loader 3.4 on macOS 10.12.1.

    But for some reason, it worked if I used the command-line "altool" to do the upload instead:

    '/Applications/Xcode-7.2.1.app/Contents/Applications/Application Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Versions/A/Support/altool' \
      --upload-app -f your-app.ipa \
      -u your-apple-id -p your-apple-id-password \
      --output-format xml
    

提交回复
热议问题