blakgeek / cordova-plugin-cocoapods-support

A Cordova/PhoneGap plugin to add support for CocoaPods dependencies.
MIT License
72 stars 72 forks source link

lib isn't installed #39

Closed sanasark closed 6 years ago

sanasark commented 7 years ago

hello, i develop my custom plugin and in plugin xml i use following code

<platform name="ios">

        <dependency id="cordova-plugin-cocoapod-support"/>
 <dependency id="cordova-plugin-add-swift-support" version="1.6.1"/>

<pods-config ios-min-version="9.0" use-frameworks="true"/>

<pod id="Firebase/Core" version = "4.0.3" />

</platform>

when i add plugin everything goes fine but in the pod file Firebase/Core didn't present and also wasn't installed in project

blakgeek commented 7 years ago

Can you post a gist of the output from cordova prepare --verbose?