You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2017/08/07 23:01:00 UTC

[jira] [Updated] (CB-13112) should not create a new file reference on each "cordova prepare"

     [ https://issues.apache.org/jira/browse/CB-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-13112:
----------------------------------
    Description: 
See https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559

Race condition is the result of multiple file references, which results in a CopyPlistFile error.

Only create one file reference, not multiples. 

{code}
cordova create foo
cd foo
cordova plugin add phonegap-plugin-push@2.0.0-rc4
nano config.xml (add GoogleService-Info.plist file, see https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
cordova platform add ios
cordova build ios
{code} 

  was:
See https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559

Race condition is the result of multiple file references, which results in a CopyPlistFile error.

Only create one file reference, not multiples. 

{code}
cordova create foo
cd foo
cordova plugin add phonegap-plugin-push@2.0.0-rc4
nano config.xml (add GoogleService-Info.plist file, see https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
cordova build ios
{code} 


> <resource-file> should not create a new file reference on each "cordova prepare"
> --------------------------------------------------------------------------------
>
>                 Key: CB-13112
>                 URL: https://issues.apache.org/jira/browse/CB-13112
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> See https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559
> Race condition is the result of multiple file references, which results in a CopyPlistFile error.
> Only create one file reference, not multiples. 
> {code}
> cordova create foo
> cd foo
> cordova plugin add phonegap-plugin-push@2.0.0-rc4
> nano config.xml (add GoogleService-Info.plist file, see https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
> cordova platform add ios
> cordova build ios
> {code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org