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

Filip Maj commented on CB-4088:
-------------------------------

Hey [~shazron], with the latest master (@[commit 
7dcdf69|https://github.com/apache/cordova-ios/commit/7dcdf69fb26596c0c16b5c83695c9bb4c6bb5d72]),
 everything works when I create a regular project with no spaces in the name a 
la:

{noformat}
$ ./bin/create ../tmpios io.cordova.hellocordova HelloCordova
$ open ../tmpios/HelloCordova.xcodeproj
{noformat}

(and then proceed to deploy to my device)

However, doing the same with:

{noformat}
$ ./bin/create ../tmpios io.cordova.hellocordova "Hello Cordova"
$ open ../tmpios/Hello\ Cordova.xcodeproj
{noformat}

I get a "Could not change executable permissions on the application" in XCode 
4.6.3 when attempting to deploy to my iPhone.

Should this be re-opened? I will attach a screenshot shortly.
                
> `cordova emulate ios` replaces spaces in project name with underscores, 
> conflicting with `cordova build ios` behavior
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-4088
>                 URL: https://issues.apache.org/jira/browse/CB-4088
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, iOS
>    Affects Versions: Master, 2.9.0
>         Environment: OSX 10.8.3
>            Reporter: Niggler
>            Assignee: Shazron Abdullah
>             Fix For: 3.0.0
>
>         Attachments: Screen Shot 2013-07-11 at 8.12.07 PM.png
>
>
> The Cordova CLI demo on the phonegap page starts with a Hello World project:
> {{$ cordova create HelloWorld com.example.hello "Hello World"}}
> This project name clearly has spaces.
> {{cordova build ios}} builds {{./platforms/ios/build/Hello World.app}} 
> (exactly what you expect)
> {{cordova emulate ios}}, however, looks for 
> {{./platforms/ios/build/Hello_World.app}} (note the underscore instead of a 
> space)

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

Reply via email to