Tim Davis created CB-3760:
-----------------------------
Summary: Plugman iOS Framework - Escaping
Key: CB-3760
URL: https://issues.apache.org/jira/browse/CB-3760
Project: Apache Cordova
Issue Type: Bug
Components: Plugman
Environment: Mac osx, Cordova 2.2
Reporter: Tim Davis
Assignee: Filip Maj
<framework src="libstdc++.dylib" />
yields something like this in the .pbxproj file:
1C101F74A326484C91C4223B /* libstdc++.dylib */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name =
libstdc++.dylib; path = usr/lib/libstdc++.dylib; sourceTree = SDKROOT; };
This results in an invalid xcode project which can't be opened. This should
result in something like this
1C101F74A326484C91C4223B /* libstdc++.dylib */ = {isa = PBXFileReference;
fileEncoding = 4; lastKnownFileType = "compiled.mach-o.dylib"; name =
"libstdc++.dylib"; path = "usr/lib/libstdc++.dylib"; sourceTree = SDKROOT; };
You see the name and path are encapsulated in "" marks.
--
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