-2

I am new to iOS/Objective C and I am currently trying to set up an environment on my Windows PC to compile and execute Objective C codes.

I googled it and I found that I have to use GNUstep. I already installed it and I created a .mak file and a main.m file in the folder where I work.

Then I opened the shell from GNUstep and change directory to the folder where my files are locate. When I type make, it says: make: *** No targets specified and no make file found. Stop.

I have googled for the error and it says that this error shows that there is no make file. But I have created a make file called GNUmakefile.mak in the directory where the main file is located.

Can someone please help me?

Jef
  • 4,728
  • 2
  • 25
  • 33
user3391344
  • 183
  • 8
  • 1
    Or Install virtual machine to setup mac os and install xcode. – Teja Nandamuri Dec 30 '15 at 13:58
  • People please stop down voting this. ObjectiveC has been around since 1969, a LONG time before the Apple computer company. The question does not concern cocoa or cocoaTouch libraries nor any Apple platforms – Jef Dec 31 '15 at 03:43

1 Answers1

0

It is not possible. You need Xcode on OS X to develop apps for iOS and OS X

FelixSFD
  • 6,052
  • 10
  • 43
  • 117