Simple question really, and I have Googled it…
Are there any Objective-C compilers that run under windows 7, other than running iOS under VirtualBox or VMWare?
EDIT:
Question changed from emulators to compilers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such thing as an Objective-C emulator. Maybe there is an Objective-C compiler.
If you are referring to an iPhone/iPad/iOS emulator, then the answer is: no. You need Mac OS X to run a proper iOS emulator.
Update: now that you change from emulator to compilers, then the answer is yes. You can compile Objective-C with a Windows machine using GCC 4.2 (under Cygwin, or using MinGW). But, do keep in mind that that doesn’t mean you will have Cocoa or CocoaTouch frameworks available (which you need to do iOS development).