Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 828
Electric Monk Avatar asked Dec 04 '22 01:12

Electric Monk


1 Answers

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.

like image 136
Almo Avatar answered Dec 06 '22 15:12

Almo