Filip Maj created CB-1802:
-----------------------------

             Summary: ./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

Reply via email to