Reputation: 969
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
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
And finally it should look like
Hope it helps....!!!
Upvotes: 1