I have developed an iOS application that uses Metal framework. Till now I have not been able to run the application in simulator. Currently I am using XCode 7.1 and the OS X version is 10.10.5 (Yosemite)
Now the new OS X version EI Captain is released, it supports Metal. So now GPU programming can also be done in Mac using Metal.
So is it now possible to run the iOS apps that uses Metal in simulator (Mac - EI Captain) using XCode 7 and above? If yes will the Metal APIs used for iOS work as it is in simulator or is there any changes that needs to be done?
Waiting for response.