ios - Can Xcode (command-line) build an archive without a scheme? -


i'm .net developer trying compile applications ios using xcode command-line tools. goal use command-line write script clone repository, compile code, , sign ios developer certificate.

however, when clone git repository ios/osx application, contains xcode project file (and workspace file). when try use 'xcodebuild archive' requires scheme specified 'xcodebuild -list' says none exist.

what correct way automatically generate these schemes command-line?


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -