Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.2.0
-
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
- duplicates
-
CB-1802 ./cordova set of CLI tools need audit to work with paths with spaces
- Closed