itunesconnect apploader invalid segment alignment issue

后端 未结 2 1175
北海茫月
北海茫月 2021-01-03 04:33

Guys i want to update my application newest version but App Loader giving me same error all the time and that is

\"ERROR ITMS-9000: \"Invalid Segment Alignment. This

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-03 05:07

    An Adobe's worker say:

    por Pahup el 25-sep-2014 5:11 It seems there have been changes in way Apple expects the apps to created. We investigated this deeper, and found that the output of our linker (in our toolchain) is no longer being accepted by Apple.

    We are working on this to upgrade our toolchain, including the linker. For the time being, we would suggest you to try using the ‘linker’ available on the system. We have done tests with a couple of apps and it seems to be fixing the problem. Please give it a try and see if it can unblock you. Please note that this workaround is applicable only for Mac platform.

    Steps to make use of system linker -

    cd /lib/aot/bin/ld64 mv ld64 ld64_orig ln –s /usr/bin/ld ld64

    Before the submission, we recommend to test the application functionality as well. Please keep us posted with more information in this regard. It will help us fix our toolchain sooner and in a better way.

提交回复
热议问题