3

Is there any way that I can learn and test objective-c in windows? I am going to buy mac book but I really need to start learning Objective-c and testing it? I will be pleased if you know anyway in making and running Objective-c in windows, and inform me?

4 Answers4

1

You could use services like macincloud to work on a Mac in the cloud from your PC.

Markus
  • 528
  • 1
  • 5
  • 10
0

You'll need mac os for using xcode.. maybe you can install mac os on your pc. check this website: http://www.hackintosh.com/

Birdy
  • 355
  • 1
  • 5
  • 15
0

There are many hacks available to run mac on windows for xcode or other purpose but you should not do this because of the following resosns

  1. Its illegal.
  2. It will not perform well.
  3. Many of the drivers are not available for windows based machines.

Hackintosh is a solution but its like running windows 8 on pentium 3 with 256MB RAM

choice is yours

Vaibhav Gautam
  • 2,074
  • 17
  • 17
0

Technically, compiling Objective-C on windows or even other OS is possible. But it might need a lot of efforts to make it work within some IDEs.

You should take a look at this link. You need stuffs like Cygwin, gcc to compile Objective-C on windows.

And you also should read this HOWTO: Compiling Objective-C with gcc. Although it's for Ubuntu, but it gives you a piece of sample code to show you the difference, and tells you some tips.

Community
  • 1
  • 1
terry
  • 1,569
  • 11
  • 19