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

Remove Dynamic Libraries from Simperium Targets #244

Closed
jleandroperez opened this issue Mar 27, 2014 · 1 comment
Closed

Remove Dynamic Libraries from Simperium Targets #244

jleandroperez opened this issue Mar 27, 2014 · 1 comment
Assignees
Milestone

Comments

@jleandroperez
Copy link
Contributor

Dynamic Libs, due to its nature, cannot be linked against static libs. This is acusing a couple warnings in Xcode 5.1.

Let's remove references to:

  • libicucore
  • libz

Reference: http://stackoverflow.com/questions/22572610/how-to-fix-is-a-dynamic-library-not-added-to-the-static-library-warning

@jleandroperez
Copy link
Contributor Author

Note:
Both libraries (libz + libicucore) must still be linked in the Developer's App. But it's not okay to link them in the static library target.

@jleandroperez jleandroperez modified the milestones: v0.6.4, v0.7.0 Mar 27, 2014
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

1 participant