Code Signing Resource Rules Path fails on Jenkins, CODE_SIGN_RESOURCE_RULES_PATH

后端 未结 2 1352
深忆病人
深忆病人 2020-12-18 01:50

I am little concerned about how people treat the following issue.

Basically it sounds like \"Build fails on Jenkins with the ResourceRules.plist: cannot read r

2条回答
  •  孤城傲影
    2020-12-18 02:21

    If you have used Xcode version greater 6.1 then change the below line

    $(SDKROOT)/ResourceRules.plist

    TO CODE_SIGN_RESOURCE_RULES_PATH=$(SDKROOT)/ResourceRules.plist

提交回复
热议问题