You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Niggler (JIRA)" <ji...@apache.org> on 2013/07/06 17:01:50 UTC

[jira] [Created] (CB-4088) `cordova emulate ios` replaces spaces in project name with underscores, conflicting with `cordova build ios` behavior

Niggler created CB-4088:
---------------------------

             Summary: `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
    Affects Versions: 2.9.0
         Environment: OSX 10.8.3
            Reporter: Niggler
            Assignee: Filip Maj


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