[jira] [Updated] (CB-13564) Multiple edit-config items for Info.plist causing error

2018-03-06 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13564:

Affects Version/s: 7.1.0

> Multiple edit-config items for Info.plist causing error
> ---
>
> Key: CB-13564
> URL: https://issues.apache.org/jira/browse/CB-13564
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 7.1.0
>Reporter: Tom Bell
>Priority: Major
>
> I am on 7.1.0 of `cordova-cli`, there was no `7.1.0` in the "Affects 
> Versions" dropdown.
> I've updated `cordova-ios` to 4.5.3 and `cordova-plugin-contacts` to 3..0.0, 
> I've got the following 
> working:
> {code:xml}
>  target="NSContactsUsageDescription">
> We require permission to access your contacts so you can import 
> contacts into [redacted]
> 
> {code}
> However when I decided to move some stuff from an `after_prepare` hook 
> script, to use edit-config, it fails with an error `doc.find is not a 
> function`
> {code:xml}
>  target="NSContactsUsageDescription">
> We require permission to access your contacts so you can import 
> contacts into [redacted]
> 
> 
> UIStatusBarStyleLightContent
> 
> {code}
> If I take out the additional `` everything works.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13564) Multiple edit-config items for Info.plist causing error

2018-03-06 Thread Jan Piotrowski (Sujan) (JIRA)

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

Jan Piotrowski (Sujan) updated CB-13564:

Description: 
I've updated `cordova-ios` to 4.5.3 and `cordova-plugin-contacts` to 3.0.0, 
I've got the following 
working:

{code:xml}

We require permission to access your contacts so you can import 
contacts into [redacted]

{code}

However when I decided to move some stuff from an `after_prepare` hook script, 
to use edit-config, it fails with an error `doc.find is not a function`

{code:xml}

We require permission to access your contacts so you can import 
contacts into [redacted]


UIStatusBarStyleLightContent

{code}

If I take out the additional `` everything works.

  was:
I am on 7.1.0 of `cordova-cli`, there was no `7.1.0` in the "Affects Versions" 
dropdown.

I've updated `cordova-ios` to 4.5.3 and `cordova-plugin-contacts` to 3..0.0, 
I've got the following 
working:

{code:xml}

We require permission to access your contacts so you can import 
contacts into [redacted]

{code}

However when I decided to move some stuff from an `after_prepare` hook script, 
to use edit-config, it fails with an error `doc.find is not a function`

{code:xml}

We require permission to access your contacts so you can import 
contacts into [redacted]


UIStatusBarStyleLightContent

{code}

If I take out the additional `` everything works.


> Multiple edit-config items for Info.plist causing error
> ---
>
> Key: CB-13564
> URL: https://issues.apache.org/jira/browse/CB-13564
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli
>Affects Versions: 7.1.0
>Reporter: Tom Bell
>Priority: Major
>
> I've updated `cordova-ios` to 4.5.3 and `cordova-plugin-contacts` to 3.0.0, 
> I've got the following 
> working:
> {code:xml}
>  target="NSContactsUsageDescription">
> We require permission to access your contacts so you can import 
> contacts into [redacted]
> 
> {code}
> However when I decided to move some stuff from an `after_prepare` hook 
> script, to use edit-config, it fails with an error `doc.find is not a 
> function`
> {code:xml}
>  target="NSContactsUsageDescription">
> We require permission to access your contacts so you can import 
> contacts into [redacted]
> 
> 
> UIStatusBarStyleLightContent
> 
> {code}
> If I take out the additional `` everything works.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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