Closed ThinkDeeper closed 4 months ago
How did you installed it? You've compiled it manually with xCode?
@XITRIX yes, I downloaded the code, successfully build it and install it with xCode, but it crash just after the app starts.
Not sure which OpenSSL this project is linked to but tentatively I'm fixing it with this universal open ssl pod https://github.com/krzyzanowskim/OpenSSL
Faced the same issue, had to add OpenSSL-Universal to podfile and add OpenSSL.xcframework to the Linkable libraries list under Build Phases.
I am getting this error right after instalation and first run. Running on latest master with iPad.
Any idea where is problem? How to make it run? Thx.