Re: I give up! Mac App Installer Hell

2023-10-09 Thread Mark Smith via use-livecode
Hi Dan, Which store are you intending to submit to: Mac App or iOS App? I’ve done it to iOS a half dozen times (although the last time was probably more than a year ago) I could probably scrounge something useful together. I’ve only created installer packages for the Mac App Store (using Kee Ne

Re: I give up! Mac App Installer Hell

2023-10-09 Thread Mike Kerner via use-livecode
ios is much more straightforward than it was, even a couple of years ago. i would call it "nearly painless", now. mac...sorry, no do. On Mon, Oct 9, 2023 at 11:39 AM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Dan, > > Which store are you intending to submit to: Mac A

Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So then I tried notarizationHelper V4 but keep getting "no identity found" errors. I've tried all the suggestions in the l

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
On 10/9/23 4:46 PM, J. Landman Gay via use-livecode wrote: I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So then I tried notarizationHelper V4 but keep getting "no iden

Re: Can't codesign Mac app

2023-10-09 Thread Paul Dupuis via use-livecode
On 10/9/2023 5:46 PM, J. Landman Gay via use-livecode wrote: I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So then I tried notarizationHelper V4 but keep getting "no i

Re: Can't codesign Mac app

2023-10-09 Thread Timothy Bleiler via use-livecode
Jacqueline, I had a similar problem recently. There were a couple of problems I had to fix. My error occurred during the notarization step after code signing. One problem was that somehow my Mac was NOT a trusted device for the Apple ID I was using for development. Verify that your Apple ID i

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
On 10/9/23 5:13 PM, J. Landman Gay via use-livecode wrote: On 10/9/23 4:46 PM, J. Landman Gay via use-livecode wrote: I'm using Matthias' mrSignNotarizeHelper V3.1 with xCode 13.2.1 on Mac OS 12.6.9 (Monterey) but get a script error. The same thing happens in both LC 9.6.9 and 9.6.10 dp 6. So

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
On 10/9/23 7:33 PM, Mark Clark wrote: Is Gatekeeper an issue? Using dynamic libs? If your end user/tester could open console and send you the errors it might help point you in the right direction. Successfully notarized app rejecte… | Apple Developer Forums

Re: Can't codesign Mac app

2023-10-09 Thread Timothy Bleiler via use-livecode
I think this is the most recent lesson listing the terminal commands for using NotaryTool instead of altool. These worked when I was using the last version of Ventura and Xcode 14.3.1. I haven’t tried Sonoma.

Re: Can't codesign Mac app

2023-10-09 Thread J. Landman Gay via use-livecode
Thank you, I'll try that. Meanwhile, I ran this on a supposedly notarized/signed app: spctl --assess --raw --verbose which was rejected. Does his mean anything to anyone: "http://www.apple.com/DTDs/PropertyList-1.0.dtd";> assessment:authority assessment:

Re: Can't codesign Mac app

2023-10-09 Thread panagiotis merakos via use-livecode
Hello Jacque, Have you included any entitlements when codesigning the app? I suggest including all of these: https://lessons.livecode.com/m/4071/l/1293515-entitlements-for-signed-and-notarized-apps There is an option to do that in the settings (iirc) in Matthias' notarization tool. Kind regard