flightonary/Moscapsule

Compiler Error: 'openssl/ssl.h' file not found

rgruskin opened this issue · 4 comments

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.

Follow up with more information. I am installing manual without CocoaPods

An answer would be greatly appreciated.

It was solved now.

It was solved now.

how did you fix it ?

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.