Skip to content

Commit ea656e9

Browse files
Add image app running on iOS device
Forgot to add image of app running on iOS device to article
1 parent 603dc14 commit ea656e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cross-platform/build-an-opengl-es-application-on-android-and-ios.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ To deploy an iOS app to an iOS device, you must also set up automatic signing on
151151

152152
1. Choose your iOS device on the toolbar to run the app on your device attached to your Mac. If the app doesn't start, verify that the device gives permission for your deployed application to execute on the device. This permission can be set by going to **Settings** > **General** > **Device Management** on the device. Select your Developer App account, trust your account, and verify the app. Try to run the app again from Visual Studio.
153153

154+
![iOS app on iOS device](../cross-platform/media/cppmdd_opengles_iosdevice.png "CPPMDD_OpenGLES_iOSDevice")
155+
154156
Once your app has started, you can set breakpoints and use the Visual Studio debugger to examine locals, see the call stack, and watch values.
155157

156158
![Debugger at breakpoint in iOS app](../cross-platform/media/cppmdd_opengles_iosdebug.png "CPPMDD_OpenGLES_iOSDebug")

0 commit comments

Comments
 (0)