Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
13

No longer able to submit app to iTunes.

Community Beginner ,
Sep 24, 2014 Sep 24, 2014

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."

TOPICS
Air beta
82.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 25, 2014 Sep 25, 2014

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

...
Translate
replies 283 Replies 283
Participant ,
Oct 09, 2014 Oct 09, 2014

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>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 09, 2014 Oct 09, 2014

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 09, 2014 Oct 09, 2014

yes i did, still not working

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 09, 2014 Oct 09, 2014

Do you have some SWC or ANE's in the project,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 09, 2014 Oct 09, 2014

no ane's, but 1 swc

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 09, 2014 Oct 09, 2014

What kind of SWC is that. I think that the SWC must also be set with this minimum OS version.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 09, 2014 Oct 09, 2014

have you tried packaging with '-useLegacyAOT yes'?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 09, 2014 Oct 09, 2014

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)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Oct 09, 2014 Oct 09, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines