Archive for July 21st, 2009
Xcode: A signed resource has been added, modified, or deleted.
I recently had been getting the error "A signed resource has been added, modified, or deleted." everytime I wanted to install an application from source on my iPhone. I ran into this blog (http://blog.tapmode.com/post/127796473/how-to-move-code-signing-certificates-to-a-different) that recommended:
1. Xcode > Build > 'Clean' and then 'Clean All Targets'
2. Xcode > Build > 'Build and Go'
After that everything worked out and the app properly installed on my iPhone.