[
https://issues.apache.org/jira/browse/CB-12377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888041#comment-15888041
]
ASF GitHub Bot commented on CB-12377:
-------------------------------------
GitHub user matrosov-nikita opened a pull request:
https://github.com/apache/cordova-ios/pull/291
CB-12377: Fix bug with updating platform
<!--
Please make sure the checklist boxes are all checked before submitting the
PR. The checklist
is intended as a quick reference, for complete details please see our
Contributor Guidelines:
http://cordova.apache.org/contribute/contribute_guidelines.html
Thanks!
-->
### Platforms affected
self
### What does this PR do?
This PR fixes bug with .xcworkspace removal before updating platform
### 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-xxxx is the JIRA ID & "android" is the platform
affected.
- [x] Added automated test coverage as appropriate for this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/matrosov-nikita/cordova-ios update-platform
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ios/pull/291.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #291
----
----
> cordova platform update ios fails with "mv: no such file or directory"
> -----------------------------------------------------------------------
>
> Key: CB-12377
> URL: https://issues.apache.org/jira/browse/CB-12377
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 4.3.1
> Reporter: Volker Braun
> Assignee: Nikita Matrosov
>
> The "cordova platform update ios" always fails. Looks like __PROJECT_NAME__
> should have been replaced with the actual project name, but was not. This is
> with [email protected]:
> $ cordova --version
> 6.4.0
> $ rm -rf plugins platforms
> [...]
> $ cordova platform add ios
> [...]
> $ cordova platform update ios
> Updating ios project...
> mv: no such file or directory:
> /Users/vbraun/myproject/cordova/platforms/ios/myproject.xcworkspace/xcshareddata/xcschemes/__PROJECT_NAME__.xcscheme
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]