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

后端 未结 8 683
执笔经年
执笔经年 2020-12-07 14:19

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 O

相关标签:
8条回答
  • 2020-12-07 15:15

    If you comment out the two --resource-rules parameters from the arguments list, where the iResign app calls the codesign task, then you don't have to change the project build settings for the app's project.

    I don't like the idea of having to modify the build settings for every project I want to work with, just so that I can resign it.

    I rebuilt the resign tool, and copied it to my Applications directory, so that I don't have to open it in Xcode.

    0 讨论(0)
  • 2020-12-07 15:23

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

    Code Signing Resource Rules Path

    and add :

    $(SDKROOT)/ResourceRules.plist

    0 讨论(0)
提交回复
热议问题