Keychain items deleted Error -34018

I tried to perform the troubleshooting steps in this post -

https://developer.apple.com/forums/thread/114456

As it instructs, "The first step in troubleshooting this problem is to check your app’s entitlements. To start, use the codesign tool to dump the entitlements"

$ codesign -d --entitlements :- /path/to/your.app

I don't know what to put as " /path/to/your.app". I didn't find any file ending in ".app".

Replies

That must be your app.

Click on file -> project settings. It tells you where Xcode is putting the build.

The "arrow" button - it will open the folder for you in finder.

Click on file -> project settings. It tells you where Xcode is putting the build.

Yep. Another option, added in recent versions of Xcode, is to select Product > Show Build Folder in Finder.

Share and Enjoy

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