Shazron Abdullah created CB-7169:
------------------------------------
Summary: Cannot create iOS project with ampersand in the name
Key: CB-7169
URL: https://issues.apache.org/jira/browse/CB-7169
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Reporter: Shazron Abdullah
https://github.com/apache/cordova-ios/pull/100
& is a special character for sed and this fixes the problem of having
__PROJECT_NAME__ in the final output when the project name contains an
ampersand, this is not only a cosmetic issue but also leads to compilation
errors:
{code}
xcodebuild: error: The project 'A&B.xcodeproj' does not contain a target named
'A&B'.
{ [Error: /Users/lapo/projDir/platforms/ios/cordova/build: Command failed with
exit code 65] code: 65 }
[error] /Users/lapo/projDir/platforms/ios/cordova/build: Command failed w
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)