Application Loader - Errors

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
MiloD
Posts: 5
Joined: Fri Oct 09, 2015 4:43 pm

Application Loader - Errors

Post by MiloD » Fri Oct 09, 2015 4:49 pm

I have built an app in LiveCode on a Mac with version 7.0.5.

It saves as a standalone properly.

When I try to upload it with Application Loader I get these errors and cannot find a way to resolve them:

ERROR ITMS-90086: "Missing 64-bit support. Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of "Standard architectures" to build a single binary with both 32-bit and 64-bit code."

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'AppName.app/AppName' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."

ERROR ITMS-90208: "Invalid Bundle. The Bundle AppName.app does not support the minimum OS Version specified in the Info.plist."

Please help!

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Application Loader - Errors

Post by LCNeil » Thu Oct 15, 2015 9:10 am

Hi MiloD,

Please update to the latest stable version of LiveCode as LiveCode 7.0.5 is now a few months old and may contain bugs causing this issues mentioned. The latest stable version is LiveCode 7.1

What version of Xcode have you linked to LiveCode?

Please supply a screenshot of your standalone application settings (for iOS) and I will check these for any inconsistencies

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-

MiloD
Posts: 5
Joined: Fri Oct 09, 2015 4:43 pm

Re: Application Loader - Errors

Post by MiloD » Thu Oct 15, 2015 3:53 pm

Hey Neil,

Thanks for your response!

I just updated to LiveCode 7.1.

I am running Xcode 7.0.1.

I have uploaded a screenshot of my iOS standalone application settings for you to check out.

I really appreciate it.

Thanks,

Milo
Attachments
Screen Shot 2015-10-15 at 9.49.35 AM copy.png
Standalone Application Setting - iOS

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Application Loader - Errors

Post by LCNeil » Thu Oct 15, 2015 4:02 pm

Hi MiloD,

You have 32bit slices enabled. Please disable this option as this is most likely why you will be receiving the 64bit error message.

Disabling this may resolve the other error messages as well.

I would try a rebuild and upload after this has been disabled

A few things to note are, is there are reason you are providing support for iOS 6.1 devices onwards and does your version number match the one you have entered in iTunes connect?

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-

MiloD
Posts: 5
Joined: Fri Oct 09, 2015 4:43 pm

Re: Application Loader - Errors

Post by MiloD » Thu Oct 15, 2015 5:07 pm

Hey Neil,

Sorry for the hassle!

Making those changes did not resolve the issues, so I deleted and re-installed Xcode....just to make sure that that was not the issue.

I now get an error when I try to save as a standalone (please see attached screenshot).

Thanks.
Attachments
Screen Shot 2015-10-15 at 11.03.48 AM copy.png
Standalone Error

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Application Loader - Errors

Post by teacherguy » Fri Oct 16, 2015 12:16 am

Just in case, try logging in to http://developer.apple.com and see if there are new terms to agree to.

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Application Loader - Errors

Post by LCNeil » Fri Oct 16, 2015 1:07 pm

Hi Milo,

This error is not something that has come up recently. Check out this post which may give some leads to resolving it-

http://forums.livecode.com/viewtopic.php?f=8&t=22491

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-

Post Reply