is possible build an iPhone project from Mac os x terminal and without an xcode project?
I’d like to make an iPhone static library without create and using xcode project and only with the terminal.
Thanks
is possible build an iPhone project from Mac os x terminal and without an
Share
For subsequent builds, after the first one, you can look at the command lines that Xcode executes in its Build window (there’s a little command disclosure tab) and copy all those command lines into a script or suitable makefile template.