certificate is not trusted

I only recently installed Xcode 10 (yes, I know), and since then, new Swift code I write will compile but not run. It appears to be a "trust" issue.

Exception Type: EXC_CRASH (Code Signature Invalid) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Reason: Namespace CODESIGNING, Code 0x1

Bobs-MBP:$ codesign -v -vvv /Users/bobsmith/programming/cocoa/test20/build/Debug/test20.app /Users/bobsmith/programming/cocoa/test20/build/Debug/test20.app: CSSMERR_TP_NOT_TRUSTED In architecture: x86_64

I looked at my certificate, and saw that it wasn't trusted. Changing it to "Always Trust" failed to correct the problem.

What should I do? Thanks for taking the time to read this.

What should I do? Thanks for taking the time to read this.

Dictionary

Definitions from Oxford Languages · Learn more

Get with the program

INFORMAL•NORTH AMERICAN

do what is expected of one; adopt the prevailing viewpoint.

"come on you guys—get with the Xcode 15 program!"

Automatic code signing is probably no longer supported for this version of Xcode

I only recently installed Xcode 10

What version of macOS are you using?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I'm using 10.14.6.

certificate is not trusted
 
 
Q