2

I know objective-c code can be compilied on Windows by gnuStep. GnuStep clone most of the apple libraries but not all. So I am looking smart way find the remaining class since I assume using apple library on other os might be against the apple's licence.(Please don't aswer saying buy mac or wmvare solutions). Thanks.

csk
  • 31
  • 2

1 Answers1

1

For iOS you depend on apple's frameworks (Cocoa Touch et al). They are only available on Mac OS X.

While it is possible, to run OS X on PCs (search for "Hackingtosh"), apple forbids to run it on non-apple hardware in its EULA.

vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
  • I know it may be against the apple's licence. but there are several apps like Adobe-flex have accoplish this goal. – csk Feb 06 '12 at 07:54
  • @Mobinex what do you mean by "accomplish this goal", do you mean being cross platform compatible? Because if this is what you want you are not choosing the easiest path. – mathk Feb 10 '12 at 10:53