yasirkula / UnityIonicIntegration

A guide to integrating Unity 3D content into an Ionic app and sending messages between them (for Android & iOS)(tested with Vuforia plugin)
104 stars 32 forks source link

iOS 11.3 and Xcode 9.3 problems #25

Closed mateenagy closed 6 years ago

mateenagy commented 6 years ago

Hi everyone!

This comment is related to #16

When you build your app in Xcode to iOS 11.3 and you start unity the camera shows black screen. The UI and everything else works fine but everything is black. The problem is currently you can't build your Vuforia(or any Unity app but I am not tested it) with Xcode 11.3.

The solution is really weird but working. These are the steps:

-First download Xcode 9.2 -Extract it and rename to "Xcode 9.2" and put it into the Application folder (important note: Do not delete or replace Xcode 9.3 because you still need it) -After you install you have to find Xcode 9.3 -> right click -> Show Package Contents -> Contents -> Developer -> Platforms -> iPhoneOS.platform -> DeviceSupport -> copy 11.3 folder and paste it the same place in Xcode 9.2 -Open the project in Xcode 9.2 and Build -And it will be working again

Kind regards, Máté