Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install an app by drag-and-drop onto the Simulator window?

I have seen the following feature in the change log for Xcode 8.2

https://itunes.apple.com/us/app/xcode/id497799835?mt=12

  • Simulator installs an app by drag-and-drop onto the Simulator window

But I have tried drag-and-drop with .app file built for the Simulator, but nothing happens. Does anyone know how this feature is supposed to be used?

like image 624
Ivan Najdanović Avatar asked Dec 14 '16 21:12

Ivan Najdanović


1 Answers

I wrote a small blog post about this.

In brief: use an .app that is built for iphonesimulator.

like image 125
bartosss Avatar answered Oct 13 '22 19:10

bartosss