Can't upload application binary to the App Store

后端 未结 7 2042
梦谈多话
梦谈多话 2021-02-06 13:53

We\'ve finally gotten to the point of submitting our first iPhone app to the app store (or trying to), but I can\'t seem to get iTunes Connect to accept the upload.

I\'v

7条回答
  •  不知归路
    2021-02-06 14:08

    Are you doing any of your building/copying/zipping from the command line? If so, you have to be very careful about symbolic links. The .app comes with a subdirectory as a symbolic link to another, and if you copy it or zip it without the right flags, it'll hard-copy the contents, which messes with the codesigning.

    This happened to me - and the worst part is, the ad-hoc builds work fine without the symbolic link, so you don't notice the problem until the app store build.

提交回复
热议问题