[ 
https://issues.apache.org/jira/browse/CB-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13680580#comment-13680580
 ] 

Filip Maj commented on CB-3760:
-------------------------------

For the record, the latest plugman uses the latest version of that library 
(I/we are all contributors to it). What version of plugman were you using when 
you had the issue?
                
> 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

Reply via email to