You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/docs/2/guide/prerequisites/index.mdx
+6
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,8 @@ Here is the file as a plain script: [rustup.sh](https://sh.rustup.rs/)
193
193
194
194
Be sure to restart your Terminal (and in some cases your system) for the changes to take affect.
195
195
196
+
Next: [Configure for Mobile Targets](#configure-for-mobile-targets) if you'd like to build for Android and iOS. Otherwise [Create a Project](/2/guide/create/).
197
+
196
198
## Configure for Mobile Targets
197
199
198
200
If you'd like to target your app for Android or iOS then there are a few additional dependencies that you need to install:
Be sure that you've installed Xcode and not Xcode Command Line Tools in the [macOS system dependencies section](#macos).
299
303
304
+
Next: [Create a project](/2/guide/create/).
305
+
300
306
## Troubleshooting
301
307
302
308
If you run into any issues during installation be sure to check the [Troubleshooting Guide](/guides/troubleshooting) or reach out on the [Tauri Discord](https://discord.com/invite/tauri).
0 commit comments