-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Failed to build ring and SQLite due to missing headers #150
Comments
Are you building this inside of Xcode? I'm curious why it would be trying to pull iOS headers in. |
By inside, do you mean inside the IDE? No. This is just straight up on the command line. I also tried downgrading XCode to 15.3, but it didn't help. I mean, what stands out to me is P.S. I have access to another macbook without XCode 16 installed and it works fine. Again, I have no idea if that matters at all. I would imagine not since downgrading doesn't help. |
I just realized the The |
Going to assume this is an upstream issue for now. |
You're right, turns out this is a |
Excellent to know, thanks! |
Hi, I'm trying to build my project, but I'm getting errors about missing
TargetConditionals.h
andstdio.h
.Here is the command I'm using:
cargo ndk -t arm64-v8a -p 28 -o ./sdk/src/main/jniLibs build --release -p core
I'm using XCode 16 and MacOS 14.6.1.
The text was updated successfully, but these errors were encountered: