Search code examples
linuxiosubuntu-10.04

Emulate/Simulate iOS in Linux


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?


Solution

  • 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.