Well I've finally worked some things out, so thought I'd share them here
to possibly spare someone else a trip to the Hair Loss Clinic.
My code signing issue had to do with my certificates. I went into
Keychain and on my certificates from Apple I changed the "Trust" setting
to "Use System Defa
Hey Colin,
My app doesn't have a data folder in the bundle, so it didn't do that
step. The codesign command you suggested is exactly what I tried. As
that didn't work, I didn't get any further.
I need to get to the bottom of what "no identity found" is referring to
- I'm assuming that it's e
Here are steps that someone doing a Unity app succeeded with, there may be
something in the lines that stands out as being different to what you're doing:
Permissions - Change permissions of Unity's Data folder - it has to get read
rights for "everyone"
chmod -R a+xr "Bubble Bang.app/Contents/D
This isn't strictly a LiveCode question but maybe someone here can help
. . .
I'm trying to use the terminal to codesign an app for the Mac app store
and I'm getting an "identity not found" error. I have downloaded and
installed the WWDR intermediate certificate into KeyChain, created,
downlo