Error “A signed resource has been added, modified, or deleted” when installing app add hoc

StackOverflow https://stackoverflow.com//questions/25087424

  •  02-01-2020
  •  | 
  •  

Question

While attempting to install my application on my device by AddHoc I receive the error "A signed resource has been added, modified, or deleted"

This question might appear to have at least 20 duplicates however I have tried everything I can find being suggested, I've:

  • Cleaned my project
  • Deleted and revoked all certificates and provisioning profiles
  • Re-created and downloaded them
  • I have no special characters in my product name
  • The device ID is on the AddHoc profile
  • Deleted derived data

When I run codesign -vv --deep path/to/payload/app.app it tells me "satisfies its Designated Requirement"

I am running iOS8 beta 4, Yosemite beta 4, and Xcode6 beta 1

Thanks in advance for the help

Was it helpful?

Solution

@Bruno Werminghoff was right, it appears that AddHoc deployment of iOS8 applications (and presumably any in the past or future) will not work unless they are archived with the most recent Xcode. When I updated to Xcode6 beta 4 the problem was gone.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top