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

Any plan to support OSX 10.11? #47

Closed
ryderfang opened this issue Sep 20, 2016 · 2 comments
Closed

Any plan to support OSX 10.11? #47

ryderfang opened this issue Sep 20, 2016 · 2 comments

Comments

@ryderfang
Copy link

Hi,i got many warnings with XCode 7 & OSX 10.11

qq20160920-0

so how can i do RSA encrypt in OSX 10.11 El Capitan?

@hohl
Copy link
Owner

hohl commented Sep 20, 2016

How did you import the MIHCrypto project? This doesn't look like you installed it via CocoaPods?

These errors you're seeing telling you, that the OpenSSL version which has been build into OS X and iOS is deprecated and should not get used anymore. That's why MIHCrypto ships with an own up-to-date copy of OpenSSL which then gets bundled to your app when you ship it.

However, if you for example just copy the MIHCrypto sources into your project, you need to manually build an up-to-date copy of OpenSSL and link it to your project. This is the reason why using CocoaPods is the recommended way of using MIHCrypto, because it does all that already for you.

@ryderfang
Copy link
Author

@hohl Thanks! I copy the source just as you said, so i can solve it!

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