Error: -67061 When Running Mac App With Code-signing On

When I run my Mac app on macOS 10.12 beta 3 using XCode-beta 8.0 with code signing enabled I get the following error.

2016-07-30 14:53:51.066652 codesign[6168:909979] [security_exception] MacOS error: -67061
2016-07-30 14:53:51.066719 codesign[6168:909979] [security_exception] MacOS error: -67061
2016-07-30 14:53:51.066743 codesign[6168:909979] [security_exception] MacOS error: -67061
Command /usr/bin/codesign emitted errors but did not return a nonzero exit code to indicate failure

All of the Signing menus in my targets say this:



And all of my Signing menus in Build Settings say Mac Developer.


I hadn't done app development for a little bit so sometimes I think that messes up code-signing. Another thing that may be screwing up code-signing is the fact that I have worked on multiple iterations of this app all under the same name though as different XCode projects.


Hope You Can Help,

Ian M.


PS: I am actually a teenager so I use an account set up by my dad so I can do development stuff. Since I am ateenager, I don't stay on the same programming task for long usually and therefore have periods of time where I don't use XCode.

Error: -67061 When Running Mac App With Code-signing On
 
 
Q