1

I need a programming IDE for windows and objective-c. It doesn't need to compile and run or anything like that, but I really need it to check my code, and make sure it's legitimate.

After hours of searching I haven't found anything good...

csga5000
  • 4,062
  • 4
  • 39
  • 52
  • You can use Cygwin or MinGW. See the answer at:http://stackoverflow.com/questions/1903869/is-it-possible-to-execute-objective-c-programs-in-windows – savner May 17 '13 at 16:30

1 Answers1

1

JetBrain is one and there was a failed eclipse objective c project. Or you could use X-code on a virtual Machine

ZhijieWang
  • 443
  • 1
  • 6
  • 14
  • I really just ended up forgetting the idea of helping my team width ios, and just decided to develop what we were working on for android, so, unfortunately I no longer need it, but thanks anyway – csga5000 May 21 '13 at 23:06