yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.01k stars 818 forks source link

Is it possible to use XcodeGen to create a new project? #1372

Open joemasilotti opened 1 year ago

joemasilotti commented 1 year ago

I'm looking at different Xcode build tools (along with custom Xcode project templates) to generate a new project. As in, there is no existing code outside of the spec and included files.

Is this possible with XcodeGen? I can't seem to get a Target to build/run when I create a project from scratch (from the YAML file).

Thanks in advance!