Copy link to clipboard
Copied
Today I am trying to submit a new version of an app to iTunes with the application loader but keeps coming up with the following error. The app was submitting fine last Friday. Any help or fixes will be much appreciated.
Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/cc/4b5fjzqn0_n34cll1wzkbk49jhjcnt/T/404743731.itmsp - Error Messages:
ERROR ITMS-9000: "Invalid Segment Alignment. This app does not have proper segment alignment and should be rebuilt with the latest version of Xcode. Please contact Developer Technical Support if you need further assistance."
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. Ple
...Copy link to clipboard
Copied
Did you insert the key in the Descriptorfile ?
<InfoAdditions><![CDATA[
<key>UIDeviceFamily</key>
<array>
<string>2</string>
</array>
<key>MinimumOSVersion</key><string>6.0</string>
]]></InfoAdditions>
Copy link to clipboard
Copied
Thank you, this was the solution
So, I had to compile it using Flash Pro CC 2014, with the "enable faster packaging" unchecked, and had to add the <key>MinimumOSVersion</key><string>6.1</string> to the app descriptor file, and finally was able to upload the binary.
Thank you guys!
Copy link to clipboard
Copied
yes i did, still not working
Copy link to clipboard
Copied
Do you have some SWC or ANE's in the project,
Copy link to clipboard
Copied
no ane's, but 1 swc
Copy link to clipboard
Copied
What kind of SWC is that. I think that the SWC must also be set with this minimum OS version.
Copy link to clipboard
Copied
have you tried packaging with '-useLegacyAOT yes'?
Copy link to clipboard
Copied
hello
i don't know what you mean by "what kind of swc", it's just in simple file grouping a few of personnal functions. exported from flash, without targeting anything special. was working good previsously
and yes i also tried to package with -useLegacyAOT yes', same result (with an additionnal warning)
Copy link to clipboard
Copied
Hello Everyone,
This particular thread was initiated for segment alignment issue which is now resolved. Hence, to avoid digressions from the topic, and to keep the thread useful for other users, we're locking down the thread. We request you to create new posts for any issues you're facing, it'll help everyone track the issues better.
Thanks
-Pahup
Adobe AIR