Invalid Launch Image - Your app contains a launch image with

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Contact:

Invalid Launch Image - Your app contains a launch image with

Post by endernafi » Wed Oct 03, 2012 11:02 am

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
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

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

Post by gpb01 » Wed Oct 03, 2012 3:17 pm

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

endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Contact:

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

Post by endernafi » Wed Oct 03, 2012 3:33 pm

Hello Guglielmo,

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

Regards,

~ Ender Nafi
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

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

Post by gpb01 » Wed Oct 03, 2012 4:24 pm

endernafi wrote:...
my app's status is Waiting For Review now.
...
Nice, hoping they approve quickly ;)

Guglielmo

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Contact:

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

Post by dave_probertGA6e24 » Wed Oct 03, 2012 7:19 pm

Hi,

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

Cheers,
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

Post Reply