Error ITMS-90017: This package is not valid. IPA format requires a top-level directory named Payload

I am trying to upload a binary to iTunesConnect using Xcode 8.2.1 but got the error below

enter image description here

This post did not help.

I used to have this problem , but it was solved by renaming the package identifiers of the pod file tocom.companyName.AppName And it worked correctly.

Any quick fix?

0
source share

Source: https://habr.com/ru/post/1685155/


All Articles