Re: Can't codesign Mac app

2023-10-10 Thread doc hawk via use-livecode
jacqui juggled, So then I tried notarizationHelper V4 but keep getting "no identity found" errors. Ah. An identity crisis! :) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Can't codesign Mac app

2023-10-10 Thread J. Landman Gay via use-livecode
On 10/10/23 2:19 AM, matthias rebbe via use-livecode wrote: Hello Jacque, didn't you get the reason back why the app is rejected when you run 'spctl --assess --raw --verbose ' ? No, all I got was what I posted. It was very short. I am not sure why your app i rejected. If you want to, i coul

Re: Can't codesign Mac app

2023-10-10 Thread J. Landman Gay via use-livecode
On 10/10/23 1:07 AM, panagiotis merakos via use-livecode wrote: 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 (i

Re: Can't codesign Mac app

2023-10-10 Thread matthias rebbe via use-livecode
Hello Jacque, didn't you get the reason back why the app is rejected when you run 'spctl --assess --raw --verbose ' ? I've tested here now with a simple LC app which opens an https url. The https call makes sure, that revsecurity is included in the app bundle. I've code signed and notarized tha

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

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

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