How to fix Xcode 6.1 error while building IPA

I wish I knew why it works, but here’s a fix that worked for me:

Found the fix !

Click on your project > Targets > Select your target > Build Settings
>

Code Signing Resource Rules Path

and add :

$(SDKROOT)/ResourceRules.plist

Leave a Comment