We're a place where coders share, stay up-to-date and grow their careers.
A tip for someone that may meet codesign issue.
The script in project "SparkleSetupGuide" works fine on my Mac, but my own project gives a warning, saying "no identity found". After some research, I replace the line
IDENTITY=${EXPANDED_CODE_SIGN_IDENTITY_NAME}
with
IDENTITY="-"
and everything works.
Thanks for the Tip
A tip for someone that may meet codesign issue.
The script in project "SparkleSetupGuide" works fine on my Mac, but my own project gives a warning, saying "no identity found". After some research, I replace the line
with
and everything works.
Thanks for the Tip