You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Filip Maj (JIRA)" <ji...@apache.org> on 2012/11/01 19:45:13 UTC

[jira] [Commented] (CB-1802) ./cordova set of CLI tools need audit to work with paths with spaces

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

Filip Maj commented on CB-1802:
-------------------------------

(FYI the dirname + project name in the error trace does not match my example commands entered but you get the idea hopefully)
                
> ./cordova set of CLI tools need audit to work with paths with spaces
> --------------------------------------------------------------------
>
>                 Key: CB-1802
>                 URL: https://issues.apache.org/jira/browse/CB-1802
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.1.0, 2.2.0
>         Environment: Mac OS X 10.7.5
>            Reporter: Filip Maj
>            Assignee: Shazron Abdullah
>
> The following works as expected:
> {code}
> ./bin/create ./foo ca.filmaj.foo Foo
> cd foo
> ./cordova debug
> {code}
> The following does not:
> {code}
> ./bin/create ./foo\ proj ca.filmaj.foo Foo
> cd foo\ proj
> ./cordova debug
> {code}
> This shows up:
> {code}
> Build settings from command line:
>     ARCHS = i386
>     CONFIGURATION_BUILD_DIR = /Users/fil/src/incubator-cordova-ios/foo prof/cordova/../build
>     SDKROOT = iphonesimulator6.0
>     VALID_ARCHS = i386
> xcodebuild: error: The project 'cExample.xcodeproj' does not contain a target named 'CordovaLib'.
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira