Re: Building a Standalone MacOS App in 9.6.1

2021-01-07 Thread Terence Heaford via use-livecode
Hi Panos, That’s just a typo correction by MacOS mail. I actually applied the sudo call as you suggested. I have not replied because as a trial I have now done a full install of Xcode 12.3 from the App Store which as usual asked me to install the additional components. I did this. Now when I

RE: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Heriberto Torrado via use-livecode
om Cc: Terence Heaford Subject: Building a Standalone MacOS App in 9.6.1 I thought I would try to build a standalone app with the Community Edition in Catalina Many errors. Perhaps someone could shed some light. This error is the first. "replacing existing signature xcrun: error active dev

Re: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Andrew at MidWest Coast Media via use-livecode
assuming this is because the Developer key (or certificate?) is on my keychain so the app is somewhat verified. —Andrew Bell > > Date: Wed, 6 Jan 2021 16:17:23 +0100 > From: Tore Nilsen > To: How to use LiveCode > Subject: Re: Building a Standalone MacOS App in 9.6.1 > Message-

Re: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Paul Dupuis via use-livecode
On 1/6/2021 10:17 AM, Tore Nilsen via use-livecode wrote: 6. jan. 2021 kl. 15:48 skrev Paul Dupuis via use-livecode : macOS Catalina or Big Sur apps have to be code signed AND notarized. You must have the command line tools installed and there is a non-trivial number of commands you have

Re: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Tore Nilsen via use-livecode
> 6. jan. 2021 kl. 15:48 skrev Paul Dupuis via use-livecode > : > > macOS Catalina or Big Sur apps have to be code signed AND notarized. You must > have the command line tools installed and there is a non-trivial number of > commands you have to execute to prepare you app for code signing,

Re: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Paul Dupuis via use-livecode
macOS Catalina or Big Sur apps have to be code signed AND notarized. You must have the command line tools installed and there is a non-trivial number of commands you have to execute to prepare you app for code signing, then code sign it, and then notarize it, including obtaining an app

Re: Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread panagiotis merakos via use-livecode
Hello Terry, Just a clarification - the correct command is: sudo xcode-select --install and not sudo xcode-select —install Hope this helps. Kind regards, Panos -- On Wed, 6 Jan 2021 at 16:11, Terence Heaford via use-livecode < use-livecode@lists.runrev.com> wrote: > I thought I would try

Building a Standalone MacOS App in 9.6.1

2021-01-06 Thread Terence Heaford via use-livecode
I thought I would try to build a standalone app with the Community Edition in Catalina Many errors. Perhaps someone could shed some light. This error is the first. "replacing existing signature xcrun: error active developer path” I did see a comment on the LC Forum that suggested sudo