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
Post a Comment