How do we manually fix “ResourceRules.plist: cannot read resources” error after xcode 6.1 upgrade?

后端 未结 6 1823
谎友^
谎友^ 2020-12-14 05:21

We are having the same issue found here, here, here and here

Basically we upgraded to xcode 6.1 and our build are getting the \"ResourceRules.plist: cannot read reso

6条回答
  •  悲哀的现实
    2020-12-14 06:01

    If you're using Jenkins with the XCode plugin, you can modify the 'Code Signing Resource Rules Path' variable by adding:

    "CODE_SIGN_RESOURCE_RULES_PATH=$(SDKROOT)/ResourceRules.plist" 
    

    to the

    'Custom xcodebuild arguments' setting for the XCode plugin.

    This fix does not require the XCode GUI.

提交回复
热议问题