Unity
-
Switch Platform in Player Settings
-
File -> Build Settings
-
Check that the scene you wish to build is currently open and click Add Open Scenes
-
Select iOS under Platform. After selecting iOS, click the Switch Platform button
-
Click Build !
Xcode
- Open the .xcodeproj file Unity created when building or open the Xcode application then File -> Open and select your built Unity Project folder and open it
- In the Project Navigator select your project and navigate to the General tab, under the Identity dropdown, check that the Bundle Identifier is set to com.mirareality.example (this will be set for you, if you set Player Settings to Mira Recommended Settings)
Example Bundle ID Change
The Mira bundle ID was com.wikitude.miraexample, but it is now com.mirareality.example, starting with v0.7.0
-
On the same page, under the Signing dropdown, select a Team, if there is no available team Add an Account and set one up.
-
Under General, check that Deployment Target is set to 8.0 (this will be set for you by Mira Recommended Settings, but will throw an error if set to less than 8.0)
-
Under General -> Embedded Binaries, click the plus button, and add WikitudeMiraSDK.framework and MiraRemote.framework if they are not listed
Frameworks in Step 5 will be added automatically in Unity 2017.2 and later
Starting with version 0.7.0 of the SDK, the Build Post Process script will add the WikitudeMiraSDK and MiraRemote frameworks automatically


- Select your device and Build!
Updated 3 years ago
What's Next
Publishing from Unity to iOS |