[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-13597:
--

Commit 4f873f7b931f080b0ed2edd31502571ae93b334d in cordova-ios's branch 
refs/heads/master from [~apare]
[ https://gitbox.apache.org/repos/asf?p=cordova-ios.git;h=4f873f7 ]

CB-13597: (ios) update podfile with ios version 9.0

Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
https://cordova.apache.org/announcements/2017/04/26/ios-release.html


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

surajpindoria commented on issue #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346443911
 
 
   LGTM!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

surajpindoria closed pull request #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/bin/templates/scripts/cordova/lib/Podfile.js 
b/bin/templates/scripts/cordova/lib/Podfile.js
index 49173c4cf..13e618028 100644
--- a/bin/templates/scripts/cordova/lib/Podfile.js
+++ b/bin/templates/scripts/cordova/lib/Podfile.js
@@ -97,7 +97,7 @@ Podfile.prototype.getTemplate = function () {
 var projectName = this.escapeSingleQuotes(this.projectName);
 return util.format(
 '# DO NOT MODIFY -- auto-generated by Apache Cordova\n' +
-'platform :ios, \'8.0\'\n' +
+'platform :ios, \'9.0\'\n' +
 'target \'%s\' do\n' +
 '\tproject \'%s.xcodeproj\'\n' +
 '%s\n' +


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo 

[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

janpio commented on issue #349: CB-13597: (ios) update podfile with ios version 
9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346406059
 
 
   That worked @apare.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

codecov-io commented on issue #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346124610
 
 
   # [Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=h1) 
Report
   > Merging 
[#349](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=desc) into 
[master](https://codecov.io/gh/apache/cordova-ios/commit/24bfb734d5af0747c27cdbb9b122931ee808112f?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-ios/pull/349/graphs/tree.svg?token=WomDD5jInz=650=pr=150)](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #349   +/-   ##
   ===
 Coverage   63.45%   63.45%   
   ===
 Files  14   14   
 Lines1691 1691   
 Branches  284  284   
   ===
 Hits 1073 1073   
 Misses618  618
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[bin/templates/scripts/cordova/lib/Podfile.js](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9zY3JpcHRzL2NvcmRvdmEvbGliL1BvZGZpbGUuanM=)
 | `77.41% <ø> (ø)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=footer). 
Last update 
[24bfb73...fa18cfd](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in 

[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

janpio commented on issue #349: CB-13597: (ios) update podfile with ios version 
9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346384637
 
 
   I restarted the build on Travis - maybe it works this time.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

apare commented on issue #349: CB-13597: (ios) update podfile with ios version 
9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346380460
 
 
   travis error `Version '6.11' not found - try `nvm ls-remote` to browse 
available versions.`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

codecov-io commented on issue #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346124610
 
 
   # [Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=h1) 
Report
   > Merging 
[#349](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=desc) into 
[master](https://codecov.io/gh/apache/cordova-ios/commit/24bfb734d5af0747c27cdbb9b122931ee808112f?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-ios/pull/349/graphs/tree.svg?height=150=650=WomDD5jInz=pr)](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #349   +/-   ##
   ===
 Coverage   63.45%   63.45%   
   ===
 Files  14   14   
 Lines1691 1691   
 Branches  284  284   
   ===
 Hits 1073 1073   
 Misses618  618
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[bin/templates/scripts/cordova/lib/Podfile.js](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9zY3JpcHRzL2NvcmRvdmEvbGliL1BvZGZpbGUuanM=)
 | `77.41% <ø> (ø)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=footer). 
Last update 
[24bfb73...fa18cfd](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in 

[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

apare opened a new pull request #349: CB-13597: (ios) Invalid ios version in 
podfile
URL: https://github.com/apache/cordova-ios/pull/349
 
 
   Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
   https://cordova.apache.org/announcements/2017/04/26/ios-release.html
   
   ### Platforms affected
   * ios
   
   ### What does this PR do?
   * Upgrade the podfile ios version
   
   ### What testing has been done on this change?
   * install a pod dependency with only support ios 9 (Curbside 3.0.0.0)
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
   - [x] Added automated test coverage as appropriate for this change.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
>