https://github.com/appcypher/dioxus-mobile-test
Testing Dioxux
https://github.com/appcypher/dioxus-mobile-test
Last synced: 11 months ago
JSON representation
Testing Dioxux
- Host: GitHub
- URL: https://github.com/appcypher/dioxus-mobile-test
- Owner: appcypher
- Created: 2023-12-31T18:59:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T22:48:30.000Z (over 2 years ago)
- Last Synced: 2025-04-04T18:48:07.726Z (about 1 year ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wry
## iOS
Must run Xcode on rosetta. Goto Application > Right Click Xcode > Get Info > Open in Rosetta.
If you are using M1, you will have to run `cargo build --target x86_64-apple-ios` instead of `cargo apple build` if you want to run in simulator.
Otherwise, it's all `cargo apple run` when running in actual device.