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

后端 未结 8 696
执笔经年
执笔经年 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

    I found workaround: if you run the iResign app from XCode — then you will resign app without problem (warning will appears in console instead of popup). But if you close XCode and run app alone — then popup will back to you!

    BTW: bug found :) The condition

    if (systemVersionFloat < 10.9f)
    

    Is broken for Yosemite 10.10. Funny.

    Thanks,

提交回复
热议问题