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

iOS build scripts fail when project path contains spaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.2.0
    • 2.3.0
    • cordova-ios
    • None
    • Mac OS

    Description

      Initially submitted by adalbertwysocki@gmail.com.

      In ios case it looks like there is a different problem and I am still looking at it... any idea?

      aldo:mobile-wrapper aldo$ ios/cordova/debug 
      Build settings from command line:
      ARCHS = i386
      CONFIGURATION_BUILD_DIR = /Users/aldo/Documents/Aptana Studio 3 Workspace/mobile-wrapper/ios/cordova/../build
      SDKROOT = iphonesimulator6.0
      VALID_ARCHS = i386
      xcodebuild: error: The project 'clearbonmobile.xcodeproj' does not contain a target named 'CordovaLib'.
      

      Whereas when I use a location CONFIGURATION_BUILD_DIR without spaces things work fine:

      aldo:mobile-wrapper aldo$ ios/cordova/debug 
      Build settings from command line:
      ARCHS = i386
      CONFIGURATION_BUILD_DIR = /Users/aldo/Documents/xcode/mobile-wrapper/ios/build
      SDKROOT = iphonesimulator6.0
      VALID_ARCHS = i386
      === CLEAN NATIVE TARGET CordovaLib OF PROJECT CordovaLib WITH CONFIGURATION Debug ===
      Check dependencies
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: