AW: Another (macOS) Code signing guidance question...
panagiotis merakos
merakosp at gmail.com
Tue Oct 10 20:23:24 EDT 2023
Hello all,
Just downloading the certificate from your account in the apple dev
website, and using it in a different machine from the one it was created
will not work (you get identity not found), because you need the private
key as well.
This is why you have to export the certificate from the old machine,
because exporting the certificate exports the private key that is
associated with it as well.
Kind regards,
Panos
On Wed, 11 Oct 2023, 01:08 J. Landman Gay via use-livecode, <
use-livecode at lists.runrev.com> wrote:
> On 10/10/23 4:16 PM, Paul Dupuis via use-livecode wrote:
> > The hardest part was getting the correct Certificates into the Keychain
> on the macBook Air.
> > When code signing I kept getting an "identity not found" (or something
> like that) that meant I
> > didn't have the "right" certificate or the certificate installed where
> it was needed.
>
> Thanks for this. That was the error I was getting too. Apparently both of
> us have identity
> crises (ref: Doc Hawk. The smartalec.)
>
> Guess I need to dig around in Keychain.
>
> --
> Jacqueline Landman Gay | jacque at hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list