iamMobile
iamMobile

Reputation: 969

launching iPhone application with watch extension

I have an iPhone application and later added support for Apple Watch (extension and watch). Now when i try to run the application from Xcode 7.1, it always launch watch application simulator and does not run iPhone application. I would like to do the other way round. When i press run/debug, xcode should launch iPhone app in simulator. Is there any way i can do this? or just disable apple watch application to run in simulator. (I have already tried disabling apple watch simulator by going to Hardware > External display > disable, but that does not help )

any guidance will be helpful.

Upvotes: 0

Views: 90

Answers (1)

M Zubair Shamshad
M Zubair Shamshad

Reputation: 2741

You can run iPhone app by changing the active scheme to your iphone version.

This picture illustrate what i am saying to select from active schemes

enter image description here

And finally it should look like

enter image description here

Hope it helps....!!!

Upvotes: 1

Related Questions