Tagged Questions

9
votes
5answers
3k views

What automated build system do Mac developers use?

my team is currently using buildbot to automate overnight and continuous-integration builds and regression tests. For builds and unit tests, the builder just invokes a script which syncs the sources ...
1
vote
1answer
505 views

xcodebuild Archive

Has anyone been able to do just an archive from the xcodebuild command. When I run xcodebuild archive -workspace $workspace_name -scheme $scheme_name I get the following error: xcodebuild: error: ...