Error: Failed with Exit Code 1

Trying to get my App Updated. Getting "Error: Failed with Exit Code 1". I get this Message:


/Users/"XCODE User"/Library/Developer/Xcode/DerivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-iphoneos/snhdfulltwo.app/Frameworks/libswiftCore.dylib: code object is not signed at all

Codesigning /Users/"XCODE User"/Library/Developer/Xcode/DerivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-is/snhdfulltwo.app/Frameworks/libswiftCore.dylib
/usr/bin/codesign --force --sign E89ED6738A4C93319277F0DE1B85A8510D212F2A --verbose /Users/"XCODE User"/Library/Developer/Xcode/rivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-iphoneos/snhdfulltwo.app/Frameworks/libswiftCore.dylib
/Users/"XCODE User"/Library/Developer/Xcode/DerivedData/snhdfulltwo-gcolusufnwanpucbuotwpflksyqp/Build/Products/Debug-iphoneos/snhdfulltwo.app/Frameworks/libswiftCore.dylib: errSecInternalComponent

error: Failed with exit code 1

It could be in my Code Signing Identity. Target is all 'iOS Developer'. Project is all iPhone Distribution: "Project Owner". Code Signing is "Automatic". Provisioning Profile is "Automatic". Using XCode 10.3. Even deleted XCode and re-installed it.


Any help appreciated.

Answered by maxman3789 in 374919022

Fixed it. I did Option - Command - Shift - K, which led to another Error: Command CodeSign failed with a nonzero exit code. I Googled that which led a StackOverflow page:


https://stackoverflow.com/questions/52421999/xcode-10-command-codesign-failed-with-a-nonzero-exit-code


It had instructions on resetting my Keychain Access. Thanks for the help.

Error: Failed with Exit Code 1
 
 
Q