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

'openssl/ssl.h' file not found in mosquitto_internal.h file #81

Open
sultan-arshi opened this issue Jan 14, 2019 · 7 comments
Open

'openssl/ssl.h' file not found in mosquitto_internal.h file #81

sultan-arshi opened this issue Jan 14, 2019 · 7 comments

Comments

@sultan-arshi
Copy link

I am using this pod in my project but whenever I try to build the project I am facing error below

'openssl/ssl.h' file not found

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 error

@seinan
Copy link

seinan commented Jan 31, 2019

I face the same issue.
Did u solve this issue?

@emil-malmgaard-rasmussen

Have some issue!

Tried adding pods.debug and pods.release to info, as instructed in the guide, nothing worked...

Can someone help?

@shashidj
Copy link

pod 'OpenSSL-Universal', '~> 1.0.1.20'

@sultan-arshi
Copy link
Author

sultan-arshi commented Jul 17, 2019

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
I just removed the pod folder and .xcworkspace file and install the same version of the cocoa pod which was mentioned in the pod.lock file previously
some like explain here
means the version of the cocoa pod which

@khenissimehdi
Copy link

pod 'OpenSSL-Universal', '~> 1.0.1.20'

Thanks this helped

@JGVB
Copy link

JGVB commented Dec 17, 2021

Does
pod 'OpenSSL-Universal', '~> 1.0.2.19'
work? Or should we be using 1.0.1.20?

@gautamsamyak
Copy link

gautamsamyak commented Nov 29, 2022

I tried the above solution but it didn't work in my case...
Is there anyone who can help me with this error?
pod 'OpenSSL-Universal', '~> 1.1.1700'
I'm using Xcode 14.1, Swift 5.7.1, and macOS 13.0.1.

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

7 participants