Application Loader ERROR ITMS-9000: "Invalid Segment Alignment"

I have a new app that I can build, it runs fine in the simulator, and fine on my developer devices… but, when I try to submit it through the application loader, it returns this error :

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

I’m using CoronaSDK-2014.2468  with Xcode 3.2.6.

Any ideas ?

Thanks

Apple requires apps to be built with a minimum of Xcode 5.1.1 (and that will change to Xcode 6 in a few months).  I would suspect the fact that you’re running Xcode 3.2.6 is likely the issue.

Rob

I’ve got 2 copies of xcode … I’m actually using 4.6.3 but, yeah, it’s not good anymore either.   I guess I need to upgrade my mac since my '07 mini can’t go any further.   Time to bust out a few more $100s for Apple :frowning:

btw, I found the same error msg on forums for Adobe Air and Marmalade, around Sep 25. 2014 – I guess they distribute their own linker instead of using the xCode linker on the system.  Their fix is to use the 6.0.1 xCode linker.

Thanks

Apple requires apps to be built with a minimum of Xcode 5.1.1 (and that will change to Xcode 6 in a few months).  I would suspect the fact that you’re running Xcode 3.2.6 is likely the issue.

Rob

I’ve got 2 copies of xcode … I’m actually using 4.6.3 but, yeah, it’s not good anymore either.   I guess I need to upgrade my mac since my '07 mini can’t go any further.   Time to bust out a few more $100s for Apple :frowning:

btw, I found the same error msg on forums for Adobe Air and Marmalade, around Sep 25. 2014 – I guess they distribute their own linker instead of using the xCode linker on the system.  Their fix is to use the 6.0.1 xCode linker.

Thanks