You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the target platform is an iPhone in this case, you would need to create an xcframework of curl and friends via something like https://github.com/jasonacox/Build-OpenSSL-cURL, and include the libraries in your project.
Header Search Paths:
Open your Xcode project, select the target, go to "Build Settings," and add the following path to "Header Search Paths":
/usr/local/opt/curl/include
Library Search Paths:
Add the library path to "Library Search Paths":
/usr/local/opt/curl/lib
Link Binary With Libraries:
Add libcurl.dylib in "Link Binary With Libraries."
installed curl through terminal i did all but still getting the isse please help me out.
The text was updated successfully, but these errors were encountered: