2

I released a major update to my iOS app about 3 months ago. I've released five updates since then with no difficulty. Before releasing the sixth, I took about six weeks to work on another task. When I came back to Xcode -- same machine, same code, same project, same everything -- I suddenly get this error when trying to do an Archive build to upload to the App Store:

/Users/user/Library/Developer/Xcode/DerivedData/MyApp-bfvmmuvzjmellabypwoqwijttzeh/ArchiveIntermediates/MyApp 4/InstallationBuildProductsLocation/Applications/MyApp.app: unknown error -1=ffffffffffffffff
Command /usr/bin/codesign failed with exit code 1

I found this answer which suggested I update my keychain password. It suggests I select "Login" and then "Change password for keychain 'login'". When I do that, nothing happens. I mean, I don't get a dialog in which I can enter a password. It just doesn't do anything.

I found this question which suggested I delete my DerivedData. I deleted the folder under DerivedData for MyApp. No change. Still get the same error.

Thinking of getting a job as a Walmart greeter. Those guys always seem so happy.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Craig
  • 3,253
  • 5
  • 29
  • 43

1 Answers1

0

After posting this question I saw another that suggested simply rebooting. So I restarted my MacBook and now it works.

Craig
  • 3,253
  • 5
  • 29
  • 43