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

libFlurry_5.0.0.a not linked when used as a Cocoapod #9

Closed
amayers opened this issue Jun 26, 2014 · 3 comments
Closed

libFlurry_5.0.0.a not linked when used as a Cocoapod #9

amayers opened this issue Jun 26, 2014 · 3 comments

Comments

@amayers
Copy link

amayers commented Jun 26, 2014

When using this as a Cocoapod libFlurry_5.0.0.a isn't linked.

I'm assuming its because:

"libraries": [
    "z",
    "Flurry_5.0.0"
  ],

should be:

"libraries": [
    "z",
    "libFlurry_5.0.0"
  ],
@stanislaw
Copy link

+1

@AntonPalich
Copy link
Contributor

Can't update podspec, because someone take ownership on it in Pod Trunk

@AntonPalich
Copy link
Contributor

Finally done. Please, use version 5.1.0 of Podspec

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

3 participants