How to use install an app by drag-and-drop onto the Simulator window option in Xcode 8.2?

I have noticed something in "What's New" section for Xcode 8.2 in Appstore.

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 / .ipa file to the simulator window but it didnt installed the app. how to use this feature?

I also noticed that this feature doesn't work. Can someone help us?

I got it working. The release note suggests that ipa files can be dragged into the simulator. This is incorrect.

And what is correct?

I wrote a small blog to clarify: https://t.co/fjfxo24iGJ


TL;DR: .ipa doesn't work, use .app

I wrote a small blog about this. Search on medi um for 'New features in Xcode 8.2 Simulator'. (hollanderbart)

TL:DR: Use .app because .ipa never works on a Simulator

You should get .app file from DerivedData folder, and it would work. .app from Project -> Archive not installing

Open the Xcode -->Product--> .app File drag this file in Simulator.

it works for me.

Drag & Drop in Simulator for .app file.


Thanks

Nikunj

You could try right clicking on the ipa file then going into Share > simulator and then pick a simulator you want to import it to..

How to use install an app by drag-and-drop onto the Simulator window option in Xcode 8.2?
 
 
Q