Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In rdkafka_sasl_oauthbearer_oidc.c - 'curl/curl.h' file not found #152

Open
saujidaprostem opened this issue Nov 30, 2023 · 4 comments
Open

Comments

@saujidaprostem
Copy link

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.
Screenshot 2023-11-30 at 6 06 05 PM

@freef4ll
Copy link

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.

@saujidaprostem
Copy link
Author

Hi thanks for the reply but issue not solved

@FranzBusch
Copy link
Contributor

Can you try to use the branch from this PR: #155

@saujidaprostem
Copy link
Author

Hi Thanks a lot for the response I tried but same issue I am facing can you please help out to resolve this issue
Screenshot 2023-12-05 at 6 47 32 PM
Screenshot 2023-12-05 at 6 47 54 PM
Uploading Screenshot 2023-12-05 at 6.48.54 PM.png…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants