[ https://issues.apache.org/jira/browse/CB-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shazron Abdullah resolved CB-2177. ---------------------------------- Resolution: Duplicate Fix Version/s: 2.3.0 Was fixed in 2.3.0 (CB-1802) > iOS build scripts fail when project path contains spaces > --------------------------------------------------------- > > Key: CB-2177 > URL: https://issues.apache.org/jira/browse/CB-2177 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.2.0 > Environment: Mac OS > Reporter: Filip Maj > Assignee: Shazron Abdullah > Fix For: 2.3.0 > > > Initially submitted by [~adalbertwyso...@gmail.com]. > In ios case it looks like there is a different problem and I am still looking > at it... any idea? > {code} > 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'. > {code} > Whereas when I use a location CONFIGURATION_BUILD_DIR without spaces things > work fine: > {code} > 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 > {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