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
> We recommend using the regular framework for your first project, as this option doesn't require third-party tools and
31
31
> has less installation issues.
@@ -118,18 +118,21 @@ If you want to run your application on a simulated device, you can add a new run
118
118

119
119
120
120
3. Name your configuration.
121
+
4. Select the **Xcode project file**. For that, navigate to your project, for example **KotlinMultiplatformSandbox**,
122
+
open the`iosApp` folder and select the `.xcodeproj` file.
121
123
122
-
4. Select a simulated device in the **Execution target** list, and then click **OK**.
124
+
5. In the **Execution target** list, select a simulated device and click **OK**.
123
125
124
126

125
127
126
-
5. Click **Run** to run your application on the new simulated device.
128
+
6. Click **Run** to run your application on the new simulated device.
127
129
128
130
#### Run on a real iOS device {initial-collapse-state="collapsed"}
129
131
130
-
1.[Connect a real iPhone device to Xcode](https://developer.apple.com/documentation/xcode/running_your_app_in_the_simulator_or_on_a_device).
131
-
2.[Create a run configuration](#run-on-a-new-ios-simulated-device) by selecting iPhone in the **Execution target** list.
132
-
3. Click **Run** to run your application on the iPhone device.
132
+
1. Connect a real iPhone device to Xcode.
133
+
2. Make sure to code sign your app. For more information, see the [official Apple documentation](https://developer.apple.com/documentation/xcode/running-your-app-in-simulator-or-on-a-device/).
134
+
3.[Create a run configuration](#run-on-a-new-ios-simulated-device) by selecting iPhone in the **Execution target** list.
135
+
4. Click **Run** to run your application on the iPhone device.
133
136
134
137
> If your build fails, follow the workaround described in [this issue](https://youtrack.jetbrains.com/issue/KT-40907).
135
138
>
@@ -165,8 +168,10 @@ the Kotlin standard library function for reversing text that works on all platfo
165
168
166
169
## Next step
167
170
168
-
[Learn about dependencies and add a third-party library to your project](multiplatform-mobile-dependencies.md)
169
-
to expand its functionality.
171
+
In the next part of the tutorial, you'll learn about dependencies and add a third-party library to expand
172
+
the functionality of your project.
173
+
174
+
**[Proceed to the next part](multiplatform-mobile-dependencies.md)**
0 commit comments