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

rust-rocksdb build in ios (xcode). facing issue in build. #819

Open
lemon-version opened this issue Sep 15, 2023 · 1 comment
Open

rust-rocksdb build in ios (xcode). facing issue in build. #819

lemon-version opened this issue Sep 15, 2023 · 1 comment

Comments

@lemon-version
Copy link

Hello all,
I have build xcframework for
1.aarch64-apple-ios ,
2.lipo merge(x86_64-apple-ios + aarch64-apple-ios-sim ) ,
3.lipo merge(x86_64-apple-darwin + aarch64-apple-darwin).
including header and modulemapFiles. in rust project which we add rust-rocksdb dependencies.
rocksdb= { version = "0.21.0", features = ["bzip2" , "zlib" , "lz4", "zstd" , "snappy"] }

added this xcframework and swift file in xocde project and getting errors in build. please, can anyone solve this?

image

#rockdb #rust-rocksdb #ios #native-build #uniffi #librocksdb-sys

@bayareaunicorn
Copy link

Try renaming RustDemo1App (Arm64) to X64RustDemo1App

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

2 participants