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

CocoaPods with use_frameworks! option #40

Open
hdoria opened this issue Jan 10, 2016 · 4 comments
Open

CocoaPods with use_frameworks! option #40

hdoria opened this issue Jan 10, 2016 · 4 comments
Labels

Comments

@hdoria
Copy link

hdoria commented Jan 10, 2016

I cannot get CocoaPods to install MIHCrypto with the "use_frameworks!" option in my Podfile.

!] The 'Pods' target has transitive dependencies that include static binaries: (Pods/OpenSSL-Universal/lib-ios/libcrypto.a and Pods/OpenSSL-Universal/lib-ios/libssl.a)

Are there any workarounds? I know I can remove the use_frameworks! option, but I need it for other target dependencies using Swift.

Thanks!

@hohl
Copy link
Owner

hohl commented Jan 10, 2016

I'm sorry, but there isn't much I can do for you on that issue. The issue is related to krzyzanowskim/OpenSSL#22.

EDIT: Sorry, just seen. The referenced issue is opened by yours anyway.

@hohl hohl closed this as completed Jan 10, 2016
@hohl hohl reopened this Jan 10, 2016
@hohl hohl added the wontfix label Jan 10, 2016
@omerlh
Copy link
Contributor

omerlh commented Jan 8, 2017

See this issue: cossacklabs/themis#127. After struggling with cococapod, I managed to solve compilation issues (after fixing your podspec according to what suggested in method 1 in that issue). Now I have another issue (Include of non-modular header inside framework module 'MIHCrypto.MIHRSAPrivateKey', I have couple of those because of openssl). After solving this, I can try to create a PR if you'd like.

@hohl
Copy link
Owner

hohl commented Jan 8, 2017

This PR would be very welcome!

@omerlh
Copy link
Contributor

omerlh commented Jan 8, 2017

Create #48. As I wrote in the PR, I solved only the original problem, as I still have the non-modular error. For now, I just copied your code to our project and hope this will solve it. Hope to have more time in the future to investigate this in depth.

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

No branches or pull requests

3 participants