dioxus/examples/ios_demo
2023-07-05 12:06:24 -07:00
..
src Add a custom index.html for the viewport stuff 2023-07-05 12:06:24 -07:00
.gitignore Add iOS example to mainline! 2023-07-05 11:31:09 -07:00
Cargo.toml Add iOS example to mainline! 2023-07-05 11:31:09 -07:00
mobile.toml Add iOS example to mainline! 2023-07-05 11:31:09 -07:00
README.md Add iOS example to mainline! 2023-07-05 11:31:09 -07:00

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.