Invalid Bundle Structure - iOS

前端 未结 7 1032
感情败类
感情败类 2021-01-12 07:00

I have tried do submit an application via Xcode (as well as the application loader) to the Apple store, and I received the following error:

Invalid Bu

7条回答
  •  既然无缘
    2021-01-12 07:44

    For me the answer was to

    1. go to

      /Users/myusername/Library/Developer/Xcode/Archives

    2. go to the current folder for the latest archive.

    3. right-click the .xarchive and select 'show package contents'

    4. navigate inside the 'products/applications' directory

    5. right-click the myAppName.app and select 'show package contents'

    6. delete the exe at the very bottom that was not named myAppName.exe

提交回复
热议问题