Sven Tobback created CB-12402:
---------------------------------

             Summary: Apps with ampersand (&) in the name throw build error in 
[email protected]+
                 Key: CB-12402
                 URL: https://issues.apache.org/jira/browse/CB-12402
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 4.3.0
            Reporter: Sven Tobback
            Priority: Blocker


Cordova apps with an ampersand in the name give a build error since cordova-ios 
4.3.0: 

"xcodebuild: error: Unable to load workspace 'Tom & Jerry.xcworkspace'.
        Reason: Could not open workspace file at ~/git/Tom & 
Jerry/platforms/ios/Tom & Jerry.xcworkspace/contents.xcworkspacedata"

I found that the problem is with the .xcworkspace file. The ampersand doesn't 
get encoded in the XML files that are generated.

PR that created the problem: https://github.com/apache/cordova-ios/pull/247

Reproduce:

1. run cordova create HelloCordova
2. edit config.xml <name> tag inside to "Tom & Jerry"
3. run cordova platform add [email protected]
4. run cordova build ios 
--> ERROR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to