[ 
https://issues.apache.org/jira/browse/CB-7872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280322#comment-14280322
 ] 

Nick Spacek commented on CB-7872:
---------------------------------

I see that this code is in Cordova now and the line was added to the 
build.xcconfig, but I had to remove the quotes from the line before  the 
modification to the build.xcconfig file worked for me:
{code}
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"
{code}

Had to be changed to:
{code}
CODE_SIGN_RESOURCE_RULES_PATH = $(SDKROOT)/ResourceRules.plist
{code}

> [XCode][6.1] XCode 6.1's xcrun PackageApplication fails at packaging / 
> resigning Cordova applications
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CB-7872
>                 URL: https://issues.apache.org/jira/browse/CB-7872
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.5.0
>         Environment: OSX 10.10, XCode 6.1
>            Reporter: SidneyS
>            Assignee: Shazron Abdullah
>             Fix For: 3.7.0
>
>
> Pull request: https://github.com/apache/cordova-ios/pull/115
> XCode 6.1's "xcrun" PackageApplication fails at packaging and codesigning as 
> the only deprecated ResourceRules.plist path is missing from build target 
> configuration, which represents a bug in XCode 6.1.
> This means that any automated command-line builds via cordova build ios 
> --device will fail if  CODE_SIGN_RESOURCE_RULES_PATH has not been set.
> Consult this StackOverflow thread for details:
> http://stackoverflow.com/questions/26516442/how-do-we-manually-fix-resourcerules-plist-cannot-read-resources-error-after/26563642#26563642



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to