[
https://issues.apache.org/jira/browse/CB-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lorin Beer resolved CB-7672.
----------------------------
Resolution: Cannot Reproduce
Fix Version/s: 4.1.3
tested with
{code:title="test1: space in create path"}
$ cordova create "fancy time" && cd fancy\ time/
$ cordova platform add ios
$ cordova build ios
{code}
{code:title="test2: space in project path"}
$ mkdir "fancy time" && cd fancy\ time/
$ cordova create .
$ cordova platform add ios
$ cordova build ios
{code}
{code:title="test3: space somewhere in path"}
$ mkdir "fancy times" && cd fancy\ times\
$ cordova create foobar
$ cordova platform add ios
$ cordova build ios
{code}
in all cases the result was
{code}
** BUILD SUCCEEDED **
{code}
version is 4.1.3-dev
> Spaces in path causes build to fail
> -----------------------------------
>
> Key: CB-7672
> URL: https://issues.apache.org/jira/browse/CB-7672
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.6.0
> Environment: OSX, node 0.10.31, xcode 6, ios-sim 3
> Reporter: Mike Hartington
> Assignee: Lorin Beer
> Fix For: 4.1.3
>
>
> In previous releases, If I had a project who's path had a space in it,
> cordova would build for iOS no problem. With 3.6, that is not the case.
> Example:
> ~/Github\ Repos/myapp/ - this worked in 3.5, fails in 3.6
> ~/GithubRepos/myapp/ - works fine in 3.6 and 3.5
> Not sure if this can be considered a big issue, but definitely tripped me up
> since it worked in previous versions.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]