Oscar Franco

Results 141 comments of Oscar Franco

Just checked the CMake output one more time and Secure Transport seems to be used... weird that iOS fails to load the cert then...

[This mailing list](https://curl.se/mail/lib-2017-11/0070.html) seems to suggest some flags (CURLOPT_CAINFO to NULL) need to be turned off when not using the shared curl library, reading the `cmakelists.txt` I see some curl...

Scratch that last comment, it worked! W00p w00p! ![Screenshot 000827](https://user-images.githubusercontent.com/1634213/182772982-ac21dc05-767d-44b0-99a4-9ba8338f969d.png) I'll will submit a PR later to make compilation a bit easier on iOS

The instructions are all up there ⬆️ I will try to write something more clean later :)

I updated my submodule to the latest version (since merging #801) but now when I compile the project the generated .xcodeproject contains a `libcurl-d.a` which is not anywhere in the...

Not sure why the compilation output changed for me. `libcurl-d.a` seems to be a debug build... but when I link it in iOS I don't want debug builds to ship...

I will do, but did you see my last comment? is it correct that a debug `.a.` is generated? or how can I avoid this?

Sorry, I was busy with other stuff, taking a look into this right now. No, libcurl is being compiled by the base CMakeLists of cpr, I did not change anything....

TBH no idea if SHARED_LIBS=OFF is necessary. I wanted a static library because I thought it would be easier that way to include it since I didn't know if the...

I see the same behavior, the PNG I'm using is just a screenshot from my desktop. It only happens on debug build though, on release it seems to be very...