vote up 7 vote down star
3

Duplicate:

Is any Windows simulator available to test iPhone application?

as a hobbyist who cannot afford a mac, i set up a toolchain kit locally on cygwin to compile objective c using the darwin compiler. are there any viable iphone emulators for testing my compiled code? I currently have to push code after every build into the phone to test.

flag
A hackintosh would also work, if you don't consider legal problems. – Mehrdad Afshari Jan 5 '09 at 22:15
The license is also very restrictive, which probably keeps people from wanting to do something like an unofficial Windows simulator since the platform is so hot right now. – Jason Coco Jan 5 '09 at 22:15
Have you jailbroken your iPhone? I'm surprised you can even get the software on there without using the official SDK due to code signing, etc – Orion Edwards Jan 5 '09 at 22:16
Orion, of course. The stuff apple gives you to develop officially requires Xcode and the official SDK (which runs only on Mac OS X). To use cygwin on Windows, you have to run it on a jailbroken iPhone. – Mehrdad Afshari Jan 5 '09 at 22:26
@Orion - yes jailbroken phone, tool chain source recompiled under cygwin to create local host compiler. i am able to fake 'sign' before pushing to mobile and executing. @Jason - Would it be illegal for an opensource emulation project based off of iphone 'image'? – odoreater Jan 7 '09 at 21:08
show 3 more comments

closed as exact duplicate by Mehrdad Afshari Jan 6 '09 at 7:21

4 Answers

vote up 3 vote down

No. As of now, the only publicly available ways to run apps on iPhone are:

  1. Official iPhone Simulator (which actually runs x86 compiled code, not ARM)
  2. An iPhone or iPhone 3G with development cert ($99)
  3. An iPod touch or iPod touch 2G with development cert ($99)
  4. A jailbroken iPhone or iPhone 3G
  5. A jailbroken iPod touch (no 2G jailbreak yet)
link|flag
Why the "publicly" caveat? Is there another unofficial way? – tim Jan 5 '09 at 22:14
what about 3. An iPod touch? :-) – Orion Edwards Jan 5 '09 at 22:16
Nope, I meant Apple or some supersmart guy might have some other ways! Who knows! Publicly included "unofficial" ways ;) – Mehrdad Afshari Jan 5 '09 at 22:17
Orion, +1 ;) from iPhone, I meant any iPhone OS device. – Mehrdad Afshari Jan 5 '09 at 22:18
sorry i meant to paste my comment as a comment, i added it mistakenly as an 'answer'. – odoreater Jan 5 '09 at 22:36
show 2 more comments
vote up 0 vote down

According to the SDK license, the only legal simulator is on a Mac. Nonlegal means are virtualizing Leopard on a PC and loading the SDK and emulator in that manner.

Note: I am not a condoning the nonlegal method.

link|flag
Me neither - purely an academic exercise. It seems then that natively running a port without manually writing one is out of the question. This must be what Mehrdad meant by "Nope, I meant Apple or some supersmart guy might have some other ways!". – odoreater Jan 5 '09 at 22:52
vote up 5 vote down

Macs are not expensive, all you need is a cheap second hand or refurbed Mac Mini, there are a stack of questions similar to this one all over SO. Also, almost this exact question has been asked before!

link|flag
Thank you for pointing that out. I did a search before posting my question and only posted it when my (unsuccessful) search didnt turn up much. – odoreater Jan 5 '09 at 22:59
vote up 0 vote down

I think you'd have better luck finding an old mac

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.