[
https://issues.apache.org/jira/browse/CB-12571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15929206#comment-15929206
]
ASF subversion and git services commented on CB-12571:
------------------------------------------------------
Commit 6514b63265289e0955c8d03309cac5d2b98a9edd in cordova-ios's branch
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=6514b63 ]
CB-12571 - Podfile gets overwritten and some dependencies disappear.
This closes #296
> Podfile gets overwriten and some dependencies disappear
> -------------------------------------------------------
>
> Key: CB-12571
> URL: https://issues.apache.org/jira/browse/CB-12571
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Reporter: jcesarmobile
> Assignee: Shazron Abdullah
> Labels: cordova-ios
> Fix For: [email protected]
>
>
> When you install some plugins that use CocoaPods, some of the libraries
> disappear from the Podfile.
> Steps to reproduce:
> 1. cordova create testPods
> 2. cd testPods
> 3. cordova platform add ios
> 4. cordova plugin add https://github.com/aerogear/aerogear-cordova-push/
> 5. Open platforms/ios/Podfile and check that pod 'AeroGear-Push', '1.2.0' is
> there
> 6. cordova plugin add
> https://github.com/jcesarmobile/cordova-plugin-tesseract-ocr
> 7. Open platforms/ios/Podfile and check that pod 'TesseractOCRiOS', '~>
> 4.0.0' is there, but pod 'AeroGear-Push', '1.2.0' is gone
> Expected:
> have both
> pod 'AeroGear-Push', '1.2.0'
> pod 'TesseractOCRiOS', '~> 4.0.0'
> It's curious that if you install them in the opossite order, this doesn't
> happen
> In both cases, the pods.json file has the information of both pods
> This doesn't happen with all plugins, so looks like an edge case. I found
> this two plugins where the problem is present, but it was also reported on
> Slack.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]