Dan Moore created CB-4148:
-----------------------------

             Summary: 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.3, macos 10.7.5
            Reporter: Dan Moore
            Assignee: Filip Maj
            Priority: Minor


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