Page 1 of 1

Basics of IOs deployment

Posted: Wed Jun 03, 2020 4:53 pm
by Abe
Can anyone plese explain step by step what needs to be done in order to setup LiveCode for Iphone deveopment or deployment? In LiveCode Preferences -> Moble support( IOs SDK) I am not able to add an entry. I am using MacOs catalina and Xcode 11 . 5 Do I have to suscribe as an apple devlopper before I can test or develop my apps? I understand that I may have to do this before deployment. A step by step instruction set would be appreciated. Also what is a good source for ICONs?

Re: Basics of IOs deployment

Posted: Wed Jun 03, 2020 5:27 pm
by jmburnod
Hi,
Yes, you have to pay 100 $ for one year and create certificates and provisioning profiles.
This lesson should be useful
http://lessons.livecode.com/m/2571/l/23 ... pplication
Best regards
Jean-Marc

Re: Basics of IOs deployment

Posted: Wed Jun 03, 2020 9:22 pm
by Abe
Thank you Jean-Marc. I will revisit this post many times until I am able to follow all the steps. Much more involved than I suspected. Thanks again Abe

Re: Basics of IOs deployment

Posted: Thu Jun 04, 2020 2:37 am
by PBH
If you go to the LiveCode Help Menu and choose "Release Notes", on page 6 of that document you will see that you need Xcode 11.4. Your Xcode 11.5 is too new, but you can download Xcode 11.4 from the Apple Developer site once you have a developer account, you may also need to download the appropriate Command Line Tools and install that too. Before installing the earlier version, move Xcode 11.5 to another volume, because eventually LiveCode will be compatible with it, then you don't need to download the seven point something GigaByte installer file again.

Code: Select all

https://developer.apple.com/download/more/?=xcode
It's useful to bookmark this link, you will probably need it again in the future. :-)

Paul