Open saujidaprostem opened 11 months ago
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.
Hi thanks for the reply but issue not solved
Can you try to use the branch from this PR: https://github.com/swift-server/swift-kafka-client/pull/155
Hi Thanks a lot for the response I tried but same issue I am facing can you please help out to resolve this issue
![Uploading Screenshot 2023-12-05 at 6.48.54 PM.png…]()
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.