Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-1802

./cordova set of CLI tools need audit to work with paths with spaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0, 2.2.0
    • 2.3.0
    • cordova-ios
    • None
    • Mac OS X 10.7.5

    Description

      The following works as expected:

      ./bin/create ./foo ca.filmaj.foo Foo
      cd foo
      ./cordova debug
      

      The following does not:

      ./bin/create ./foo\ proj ca.filmaj.foo Foo
      cd foo\ proj
      ./cordova debug
      

      This shows up:

      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'.
      

      Attachments

        Issue Links

          Activity

            People

              shazron Shazron Abdullah
              filmaj Filip Maj
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: