How to create iOS emulator

With Xcode, we get a simulator (not an emulator), which is good for various level of testing, but in the end you need device for actual testing. I am interested in creating emulator for various iPhone, iPad, and then different iOS versions. My question is, can we create an emulator for iOS, if so what could be the approach. I am new to the emulator field, i am an iOS developer, so very much familiar with objective c and iOS sdk. I need to know what skill sets are required for this, and how to proceed. Any ebook, website, most welcome. I am not looking for a perfect answer, a good guideline will work.


I don't know how to do this, but I think if you need to do this you need to compile the source code for armv7 or armv7s processors.

Please check these links, I found during my searching iOS Emulator , iOS Emulators

链接地址: http://www.djcxy.com/p/58748.html

上一篇: 移动Safari浏览器呈现html音频标签的空白区域

下一篇: 如何创建iOS模拟器