-
Notifications
You must be signed in to change notification settings - Fork 68
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
'openssl/ssl.h' file not found in mosquitto_internal.h file #81
Comments
I face the same issue. |
Have some issue! Tried adding pods.debug and pods.release to info, as instructed in the guide, nothing worked... Can someone help? |
pod 'OpenSSL-Universal', '~> 1.0.1.20' |
Basically, in my case. I did not start the project on which I was working. I cloned it from the git and after pod install I was getting this error, what I did to resolved it is |
Thanks this helped |
Does |
I tried the above solution but it didn't work in my case... |
I am using this pod in my project but whenever I try to build the project I am facing error below
in the file mosquitto_internal.h line number 27
and I am installing pod by this url
pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :tag => '1.0.1.20'
I also tried
pod 'OpenSSL-Universal'
but faced same errorThe text was updated successfully, but these errors were encountered: