You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2013/01/09 14:26:13 UTC

[jira] [Commented] (CB-2177) iOS build scripts fail when project path contains spaces

    [ https://issues.apache.org/jira/browse/CB-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548507#comment-13548507 ] 

Andrew Grieve commented on CB-2177:
-----------------------------------

Just had a look at this. In the 2.3.0 release, there is no longer a "debug" script, but now a "build" script. The build script ran fine with spaces, so could be this problem is fixed in 2.3.0
                
> 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
>
> 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?
> {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