Run Iphone app in simulator from the terminal : how to set up iPhoneSim ?
Posted
by user142764
on Stack Overflow
See other posts from Stack Overflow
or by user142764
Published on 2010-03-11T17:38:06Z
Indexed on
2010/03/11
17:39 UTC
Read the original article
Hit count: 205
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
© Stack Overflow or respective owner