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

Colin Bau commented on CB-6092:
-------------------------------

hi Miquel
I am a PGB's (build.phonegap.com) user
you said that use you the way and solve the problem in PGB and cordova CLI
{quoto}<dependency id="com.ios.libgoogleadmobads" 
url="https://github.com/appfeel/google-iosadmobads"/>{quoto}
but I tried,it will still build fail in android and iOS
for now my code like that

{quoto}
<gap:plugin name="com.phonegap.plugins.facebookconnect" version="0.11.0" 
source="plugins.cordova.io">
    <param name="APP_ID" value="myid" />
    <param name="APP_NAME" value="myname" />
</gap:plugin>
<dependency id="com.ios.libgoogleadmobads" 
url="https://github.com/appfeel/google-iosadmobads"/>
{quoto}

> Deploying plugins for iOS frameworks breaks symlinks
> ----------------------------------------------------
>
>                 Key: CB-6092
>                 URL: https://issues.apache.org/jira/browse/CB-6092
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugman, Registry Web
>    Affects Versions: 3.3.0
>         Environment: OSX 10.9.1
>            Reporter: Song Zheng
>            Priority: Critical
>             Fix For: Master
>
>
> my Plugin has an included ios framework, which resides in Opentok.framework 
> directory.
> Most iOS frameworks have symlinks within the directory. For example, in the 
> current framework I use, these are the folders listed and their corresponding 
> symlinks:
> Headers -> Versions/Current/Headers
> Opentok -> Versions/Current/Opentok
> Resources -> Versions/Current/Resources
> Versions
> After publishing my plugin, symlinks seems to be missing. When I install the 
> plugin into my app, typing 'ls' in my framework directory only produces one 
> folder: 
> Versions
> Plugin publish seems to be unable to upload symlinks? This issue does not 
> exist if I install the plugin directly from the git source: 
> 'cordova plugin add https://github.com/opentok/cordova-plugin-opentok'
> ML thread: http://markmail.org/thread/2mbqwaviwvuitngh



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to