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 to

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 specific

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, t

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 to

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 Heriberto Torrado via use-livecode
Hi Terence, This last year I've compiled and run several apps for Catalina. In the last month I've made four builds for MacOS Big Sur. I have never needed to sign the app. I have taken the applications on a USB to several clients and the only message I have received is the typical message: "Ar

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