Ios – –resource-rules has been deprecated in mac os x >= 10.10

code-signingiosipaiphoneosx-yosemite

I tried to resign my ipa file with new provisioning profile on Mac Os 10.10 with iResign app but I got this warning: "Warning: –resource-rules has been deprecated in Mac OS X >= 10.10".

What should I do now?

Best Answer

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

Code Signing Resource Rules Path

and add :

$(SDKROOT)/ResourceRules.plist

enter image description here