Hi,
I found this project which seems to make it possible to run an iPhone app from command line !
http://github.com/jhaynie/iphonesim
Unfortunately there is almost no documentation and i'm stuck at building this project :
- I download all sources
- I run MakeFile and i get these errors :
admin$ ./Makefile
./Makefile: line 4: -Werror: command not found
./Makefile: line 5: AppKit: command not found
./Makefile: line 6: Source/main.o: No such file or directory
./Makefile: line 11: .SUFFIXES:: command not found
./Makefile: line 12: .m.o:: command not found
./Makefile: line 13: -o: No such file or directory
./Makefile: line 15: all:: command not found
./Makefile: line 17: iphonesim:: command not found gcc-4.2: argument to '-o' is missing
./Makefile: line 20: clean:: command not found
As anybody been able to build and use this project ?
Thanks, Vincent