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

后端 未结 8 699
执笔经年
执笔经年 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条回答
  •  Happy的楠姐
    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.

提交回复
热议问题