|
@@ -12,11 +12,11 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
There are a couple of updates required to the standard XCODE project generated by the system in order to build correctly.
|
|
|
|
|
|
-. After creating a `Basic Game` project in the jMonkeyEngine SDK, add the iOS library by btn:[RMB] selecting your project and navigating to menu:Properties[Libraries > Add Library... > jme3-ios] and when ready btn:[Add Library] .
|
|
|
+. After creating a `Basic Game` project in the jMonkeyEngine SDK, add the iOS library by btn:[RMB] selecting your project and navigating to `menu:Properties[Libraries > Add Library... > jme3-ios]` and when ready btn:[Add Library] .
|
|
|
+
|
|
|
image::sdk/xcode_add_ios_lib.jpg[xcode_add_ios_lib.jpg]
|
|
|
|
|
|
-. In menu:Properties[Application > IOS] enable iOS deployment and make sure the iOS SDK Version is showing a number (Not Default). If there is no number present then you need to install XCODE. In this example, my SDK version is 11.3 and I’m using XCODE version 9.3
|
|
|
+. In `menu:Properties[Application > IOS]` enable iOS deployment and make sure the iOS SDK Version is showing a number (Not Default). If there is no number present then you need to install XCODE. In this example, my SDK version is 11.3 and I’m using XCODE version 9.3
|
|
|
+
|
|
|
--
|
|
|
image::sdk/xcode_enable_ios_deploy.jpg[xcode_enable_ios_deploy.jpg]
|
|
@@ -35,7 +35,7 @@ When you press OK, after enabling iOS deployment and if not already installed, "
|
|
|
+
|
|
|
image::sdk/xcode_generic_ios.jpg[xcode_generic_ios.jpg]
|
|
|
|
|
|
-. From the "`PROJECT`" menu click btn:[BUILD] and the build will fail. Click the btn:[ISSUE NAVIGATOR] button to show the compilation errors.
|
|
|
+. From the "`PROJECT`" `menu click btn:[BUILD]` and the build will fail. Click the btn:[ISSUE NAVIGATOR] button to show the compilation errors.
|
|
|
+
|
|
|
--
|
|
|
image::sdk/xcode_issue_nav.jpg[xcode_issue_nav.jpg]
|
|
@@ -108,7 +108,7 @@ image::sdk/xcode_disable_bitcode.jpg[xcode_disable_bitcode.jpg]
|
|
|
|
|
|
. From the "`PROJECT`" menu click "BUILD" and the project should build and link fully.
|
|
|
|
|
|
-. To publish to the "`APP STORE`" you select menu:PROJECT MENU[ARCHIVE].
|
|
|
+. To publish to the "`APP STORE`" you select `menu:PROJECT MENU[ARCHIVE]`.
|
|
|
+
|
|
|
This will generate the App Store Archive and show in the organizer screen.
|
|
|
+
|