Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset
I am using phonegap CLI 3.1 and XCode5. I am trying to generate the build for release mode through Phonegap CLI …
ios xcode cordova xcodebuild xcrunI've created a signed .xcarchive file using the xcodebuild command. Inside the .xcarchive is a .app file. Inside the .app …
ios xcode terminal xcodebuildI want to test same unit test on various platform versions. However, I can't due to a xcodebuild error. I …
xcode xcodebuild simctlSince I updated to XCode 6.2, when I try to run xcodebuild -project Demo.xcworkspace -scheme Demo clean build test I'm …
ios xcode xcodebuildWhenever I run 'build and archive' from XCode I get the following message: Unable to copy dSYM file into archive. …
iphone xcode xcodebuildI am attempting to set up automated testing for my iOS app using TeamCity. Currently, my agent builds, but once …
ios-simulator teamcity xcode8 xcodebuild codesignI'm setting up a CI system using Jenkins and was finding that the build was failing because xcodebuild reports there …
xcode jenkins xcodebuildI want to disable Bitcode in the build settings of a .xcodeproj through terminal commands. I have searched all over …
ios terminal command xcodebuild bitcodeI'm using xctool (v0.1.16) for an iOS project, which is configured as follows: a workspace two targets Project and ProjectTests …
ios xcodebuild xctool