Page 1 of 1

IOS icon will not display

Posted: Sat May 16, 2020 1:36 pm
by Batninja
Hi, like a couple of others the IOS icon will not display. I'm using Livecode 9.6.0 DP4. Splash screens work fine but the icon stays as the default both for new projects and even an old app that has been released on the store. I've ticked pre-rendered and checked the images but no luck.

Any advice would be very welcome.

Thanks
Roger

Re: IOS icon will not display

Posted: Sun May 17, 2020 5:47 pm
by LiveCode_Panos
Hello Batninja,

Maybe the command line tools that are used by LiveCode are not the ones of the correct Xcode version.

What is the output of this command in the terminal?

Code: Select all

xcode-select -p
Kind regards,
Panos
--

Re: IOS icon will not display

Posted: Sun May 17, 2020 6:52 pm
by Batninja
Thank you so much for helping, I changed the Xcode location using xcode-select path to Xcode app and alls working again.

This web page was a help as well
http://iosdevelopertips.com/xcode/xcode ... xcode.html

Thanks again.