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
Invalid Launch Image - Your app contains a launch image with
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Invalid Launch Image - Your app contains a launch image with
~... together, we're smarter ...~
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
Re: Invalid Launch Image - Your app contains a launch image
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
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
Hello Guglielmo,
It worked, my app's status is Waiting For Review now.
Thank you very much.
Regards,
~ Ender Nafi
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
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
Re: Invalid Launch Image - Your app contains a launch image
Nice, hoping they approve quicklyendernafi wrote:...
my app's status is Waiting For Review now.
...

Guglielmo
-
- Livecode Opensource Backer
- Posts: 328
- Joined: Mon Dec 05, 2011 5:34 pm
- Contact:
Re: Invalid Launch Image - Your app contains a launch image
Hi,
Does this problem (and solution) apply to version 5.5.2 of LC or only to 5.5.3 ?
Cheers,
Dave
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.
Visit http://electronic-apps.info for released App information.