Electric Monk
Electric Monk

Reputation: 175

iOS Simulators not appearing for Unity Build

Forgive me if I'm missing something obvious, but since updating to XCode 7.1, I'm not seeing any option for deploying to simulators. I don't spend a ton of time in XCode so it may be just a setting somewhere, but I can't seem to find it. I had them before, and I've tried going into the Devices window and theres a list of them there, and the "Show in run destinations Menu" option is checked, but they don't appear when I try to deploy. If anyone could point me in the right direction it would be greatly appreciated.

Devices are here No Simulators Thanks,

Dylan

Upvotes: 11

Views: 8845

Answers (3)

Gal Bracha
Gal Bracha

Reputation: 20011

In our case we needed to show all architecture as it was built for apple silicon image

Upvotes: 1

Electric Monk
Electric Monk

Reputation: 175

This was a somewhat obvious answer once I figured it out, but hopefully this can help others. The issue wasn't with XCode but with the Unity build. I forgot to check the Build Settings > Target SDK> Build For Simulator flag in unity.

Upvotes: 5

Almo
Almo

Reputation: 15861

You have to choose "Simulator SDK" in the iOS player settings, or they're not available in Xcode. You cannot have both the simulator and the device builds in the same Xcode project from Unity.

Well... without mashing them together yourself.

Upvotes: 25

Related Questions