Compiler Error: 'openssl/ssl.h' file not found
rgruskin opened this issue · 4 comments
rgruskin commented
Running Xcode 8.2.1 and getting following compiler error:
IOS/MyApp/Moscapsule/mosquitto/lib/mosquitto_internal.h:27:12: 'openssl/ssl.h' file not found when I try to build the Mocapsule error
Any ideas why? I don't see the file ssl.h.
rgruskin commented
Follow up with more information. I am installing manual without CocoaPods
An answer would be greatly appreciated.
flightonary commented
It was solved now.
sultan2Dilawar commented
It was solved now.
how did you fix it ?
chikiball commented
I fixed this issue by adding project 'MyApp.xcodeproj' line in the podfile and rebuild by using
pod install
command in the project folder using terminal.
I've somehow previously missed this line.