Closed yuhaya closed 10 months ago
Hi! Thanks for opening your first issue here! :smile:
Firstly, this seems like a cargo lipo issue?
Secondly, I am planning to release v2.0 in (hopefully!) a week, and in v2, creating a project is much easier. So if you are not in a hurry, I personally suggest wait for v2 :)
Firstly, this seems like a cargo lipo issue?
Secondly, I am planning to release v2.0 in (hopefully!) a week, and in v2, creating a project is much easier. So if you are not in a hurry, I personally suggest wait for v2 :)
👍,Looking forward to the new version
v2 has released and you can try the quickstart tutorial https://cjycode.com/flutter_rust_bridge/quickstart. I will close this but feel free to reopen!
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.
Describe the bug
According to the https://cjycode.com/flutter_rust_bridge/integrate/ios.html tutorial, after all steps are completed, execute flutter build macos and an error will be reported. It seems that native.dylib cannot be generated.
Codegen logs with
RUST_LOG=debug
environment variableTo Reproduce
Create a new Macos-enabled Flutter project Follow the steps https://cjycode.com/flutter_rust_bridge/integrate/ios.html to complete the setup Execute flutter build macos
Expected behavior
No response
Generated binding code
No response
OS
Macos 14.2
Version of
flutter_rust_bridge_codegen
1.82.5
Flutter info
Version of
clang++
Apple clang version 15.0.0 (clang-1500.0.40.1)
Version of
ffigen
9.0.1
Additional context
No response