Emulate/Simulate iOS in Linux

YOMorales picture YOMorales · Jun 10, 2011 · Viewed 118.1k times · Source

I'm developing a web app that apparently is having problems in iOS devices. The problem is that I don't own an iOS device and I develop in Linux Ubuntu. I'm looking for a way to emulate/simulate this OS in Linux (especially the browser), but haven't found anything.

So far, what I've found is the iOS SDK's Simulator, but that is meant for the Mac. And also some emulator for Windows. Has anyone done this before?

Answer

Fredrik picture Fredrik · Jun 10, 2011

The only solution I can think of is to install VMWare or any other VT then install OSX on a VM.

It works pretty good for testing.