How to create an iOS emulator

With Xcode, we get a simulator (not an emulator) that is good for a different level of testing, but in the end you need a device for actual testing. I am interested in creating an emulator for various iPhone, iPad, and then different versions of iOS. My question is whether we can create an emulator for iOS, if so, what might be the approach. I am new to emulator, I am an iOS developer very familiar with c objects and iOS sdk. I need to know what skills are needed for this and how to act. Any e-book website is most welcome. I'm not looking for the perfect answer, a good recommendation will work.

+5
source share
1 answer

I do not know how to do this, but I think that if you need to do this, you need to compile the source code for the processors armv7or armv7s.

Please check these links that I found while searching for iOS Emulator , iOS Emulators

0
source

All Articles