Re: How to install XCode essentials only for LiveCode builds

2022-03-01 Thread Mark Smith via use-livecode
Thanks for the clarification Panos. Much appreciated. Mark > On Mar 1, 2022, at 2:14 PM, panagiotis m via use-livecode > wrote: > > Hello all, > > Note that this is necessary for building standalone for **macOS**. The > version of the downloaded command line tools does NOT matter in this cas

Re: How to install XCode essentials only for LiveCode builds

2022-03-01 Thread panagiotis m via use-livecode
Hello all, Note that this is necessary for building standalone for **macOS**. The version of the downloaded command line tools does NOT matter in this case. I _think_ this command downloads the latest version by default, or at least the latest version that can be installed in your machine. Buildi

Re: How to install XCode essentials only for LiveCode builds

2022-02-28 Thread Bob Sneidar via use-livecode
Okay installing the command line tools fixed the certificate issue thanks all. Now there is some file not getting included involving the database api. I will have to nail that one down. Bob S > On Feb 28, 2022, at 11:42 , Klaus major-k via use-livecode > wrote: > > Hi all, > > Sean asked

Re: How to install XCode essentials only for LiveCode builds

2022-02-28 Thread Bob Sneidar via use-livecode
Thanks Jacque. :-) I got ahead of that one. Bob S > On Feb 28, 2022, at 12:10 , J. Landman Gay via use-livecode > wrote: > > On 2/28/22 1:42 PM, Klaus major-k via use-livecode wrote: >> We do not have to install the complete (ca. 16 GB) Xcode package to create a >> standalone with LC. >> Ju

Re: How to install XCode essentials only for LiveCode builds

2022-02-28 Thread Mark Smith via use-livecode
How do you know which version you are getting with this? Or is it always just “the latest”? > On Feb 28, 2022, at 8:10 PM, J. Landman Gay via use-livecode > wrote: > > On 2/28/22 1:42 PM, Klaus major-k via use-livecode wrote: >> We do not have to install the complete (ca. 16 GB) Xcode package

Re: How to install XCode essentials only for LiveCode builds

2022-02-28 Thread Marty Knapp via use-livecode
Would this get around the need to have the “correct" version of Xcode installed? (wishful thinking…) --- Marty Knapp > On Feb 28, 2022, at 11:42 AM, Klaus major-k via use-livecode > wrote: > > Hi all, > > Sean asked me to post this in a separate post. :-) > > We do not have to install the c

Re: How to install XCode essentials only for LiveCode builds

2022-02-28 Thread J. Landman Gay via use-livecode
On 2/28/22 1:42 PM, Klaus major-k via use-livecode wrote: We do not have to install the complete (ca. 16 GB) Xcode package to create a standalone with LC. Just install the neccessary command line tools via the TERMINAL, enter: xcode-select --install And it will download all neccessary stuff.