Xcode – Sharing app – PackageApplication failed with exit code 1

Had the same problem today..
The “Code Signing Resource Rules Path” was missing in the PROJECT – Build Settings


Opened the “Build Settings” tab of your project.
Searched “Code Signing Resource Rules Path”, it was empty for me
and added
$(SDKROOT)/ResourceRules.plist

credits goes to Adams Blair who described this problem with SDK2.2

Leave a Comment