[ 
https://issues.apache.org/jira/browse/CB-4148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filip Maj resolved CB-4148.
---------------------------

       Resolution: Fixed
    Fix Version/s: 3.1.0

This issue was resolved in the underlying cordova-android issue in CB-4198. The 
iOS issue was resolved earlier as well.

Unfortunately this won't be available until cordova-android 3.1 is released, 
which won't happen for at least another month.

The workaround until then is to:

- create an application without spaces in the application name
- update the config.xml's <name> element to include spaces post-create
                
> Name element in www/config.xml can't have any spaces in it
> ----------------------------------------------------------
>
>                 Key: CB-4148
>                 URL: https://issues.apache.org/jira/browse/CB-4148
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.9.0
>         Environment: cordova 2.9.2 macos 10.7.5
>            Reporter: Dan Moore
>            Assignee: Filip Maj
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> If you have a name element with spaces in it, you can build, but you can't 
> emulate in ios.
> With this config.xml:
> {noformat}
> <name>App Name With Spaces</name>
> ...
> {noformat}
> This is the error message displayed: 
> /path/to/app/platforms/ios/build/App_Name_With_Spaces.app not found to 
> emulate.
> Note that this doesn't cause any issues with Android, and that running 
> xcodebuild clean doesn't resolve this issue.  The only workaround I could 
> find was to re-checkout my application, and change the www/config.xml name 
> element to have no spaces, and re-add the ios platform.

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