Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not reading podspec tags in Plugins #50

Open
willnix86 opened this issue Jun 21, 2019 · 1 comment
Open

Not reading podspec tags in Plugins #50

willnix86 opened this issue Jun 21, 2019 · 1 comment

Comments

@willnix86
Copy link

I have cordova-plugin-firebase-analytics in my app. In it's plugin.xml file it contains:

  <podspec>
     <config>
         <source url="https://github.com/CocoaPods/Specs.git"/>
     </config>
     <pods>
           <pod name="Firebase/Analytics" spec="~> 6.1.0" />
      </pods>
   </podspec>

cocoapods-support doesn't recognize this and therefore doesn't add it to my Podfile

@bbjay
Copy link

bbjay commented Jul 2, 2019

  <podspec>
     <config>
         <source url="https://github.com/CocoaPods/Specs.git"/>
     </config>
     <pods>
           <pod name="Firebase/Analytics" spec="~> 6.1.0" />
      </pods>
   </podspec>

This is cordova 9 syntax.

If you are using cordova 9, then you don't need this plugin and you sould make an issue in the cordova-ios repo.
If you are using cordova 8, have a look at the readme for the correct syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants