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?