Basics of IOs deployment

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Abe
Posts: 4
Joined: Sun May 10, 2020 1:47 pm

Basics of IOs deployment

Post by Abe » Wed Jun 03, 2020 4:53 pm

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?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Basics of IOs deployment

Post by jmburnod » Wed Jun 03, 2020 5:27 pm

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
https://alternatic.ch

Abe
Posts: 4
Joined: Sun May 10, 2020 1:47 pm

Re: Basics of IOs deployment

Post by Abe » Wed Jun 03, 2020 9:22 pm

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

PBH
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 132
Joined: Sun Feb 20, 2011 4:26 pm
Contact:

Re: Basics of IOs deployment

Post by PBH » Thu Jun 04, 2020 2:37 am

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

Post Reply