-3

Possible Duplicate:
Objective C for Windows
iPhone development on Windows

Is there any way to build objective c or iPhone program on Windows 7 ?

or any other software that is same as Xcode.

i does not want to deploy, want to build and test for learning purpose.

i don't want to install Mac OSx using VMware.

Community
  • 1
  • 1
Abbas Mulani
  • 703
  • 2
  • 8
  • 19

3 Answers3

1

You could get objective c compiler on your windows, but i dont think that you will be able to get the cocoa framework on it, so you could be able to learn objective c language but not cocao and cocoa touch

Some resources

Community
  • 1
  • 1
Omar Abdelhafith
  • 21,163
  • 5
  • 52
  • 56
0

Yes, there are several solutions out there, but the first that comes to mind is RareWire. While you cannot design in objective-c, you can create iPhone apps on any platform that has a web-browser and send them to your device.

Unfortunately, at this time, RareWire is invite-only, so you would have to request an invite to get in.

Richard J. Ross III
  • 55,009
  • 24
  • 135
  • 201
0

If it's only for learning purposes with regards to the Objective-C language itself, meaning you don't need the Cocoa API, then gcc has a perfectly fine Objective-C compiler. See for yourself: http://ideone.com/395tl

JAB
  • 20,783
  • 6
  • 71
  • 80