ERROR ITMS-90168: “The binary you uploaded was invalid.”

前端 未结 3 1099
不知归路
不知归路 2021-01-02 03:10

ERROR ITMS-90168: \"The binary you uploaded was invalid. \"The resulting API analysis file is too large. We were unable to validate your API prior to deli

3条回答
  •  死守一世寂寞
    2021-01-02 04:12

    I faced this issue using Fastlane by uploading a binary file .IPA and setting an app_identifier that didn't correspond with the .IPA file I was sending.

    My error message was ERROR ITMS-4241: "App is Removed or Deleted. Apps can't be validated or submitted while they're removed or deleted." at SoftwareAssets.

    So I just fixed the app_identifier in the Appfile.

提交回复
热议问题