Page 1 of 1

Invalid Launch Image - Your app contains a launch image with

Posted: Wed Oct 03, 2012 11:02 am
by endernafi
Hello Dear LiveCoders,

Is there anyone out there who has faced this problem?
I've uploaded my app via Application Loader, it finished successfully.
But a couple minutes after, I've received an e-mail from Apple beginning as
Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.

I'm using xCode 4.5, LiveCode 5.5.3, Mountain Lion 10.8.2;
LiveCode's Mobile Support preferences is pointed to /Applications/Xcode.app/Contents/Developer/.
I've made all the settings according to Sean Cole's post of How to setup Xcode 4.5 to work with LC 5.5.1/5.5.2

So, giving these facts, any solution or ideas?


Regards,

~ Ender Nafi

Re: Invalid Launch Image - Your app contains a launch image

Posted: Wed Oct 03, 2012 3:17 pm
by gpb01
Hi,
We had long debates about this on the developers mailing list over the past week ... actually you need to do this to fix the issue (... thanks to HÃ¥kan) :

1. Right-click the livecode-app (5.5.3 rc1) and select "View package contents".
2. Navigate to Contents/Tools/Runtime/iOS/Device-6_0
3. Open up Settings.plist in an editor of your choice (Make a copy first if you are need to roll back)
4. Change the following keys:
DTPlatformversion -> 6.0
DTSDKName -> iphoneos6.0
DTXcode -> 0450
DTPlatformbuild -> 10A403
DTSDKBuild -> 10A403

5. Save the file and go back to LiveCode and rebuild your standalone

... hoping that the problem will be fixed in the next official LiveCode release :)

Guglielmo

Re: Invalid Launch Image - Your app contains a launch image

Posted: Wed Oct 03, 2012 3:33 pm
by endernafi
Hello Guglielmo,

It worked, my app's status is Waiting For Review now.
Thank you very much.

Regards,

~ Ender Nafi

Re: Invalid Launch Image - Your app contains a launch image

Posted: Wed Oct 03, 2012 4:24 pm
by gpb01
endernafi wrote:...
my app's status is Waiting For Review now.
...
Nice, hoping they approve quickly ;)

Guglielmo

Re: Invalid Launch Image - Your app contains a launch image

Posted: Wed Oct 03, 2012 7:19 pm
by dave_probertGA6e24
Hi,

Does this problem (and solution) apply to version 5.5.2 of LC or only to 5.5.3 ?

Cheers,
Dave