Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset
Apparently the file gets cached, so it only gets built when it gets changed. I have environment variables set to …
xcode xcodebuildI'm using xcodebuild install -alltargets -iphoneos4.2 -activeconfiguration provisioning_profile=path_of_my_provisioningprofile code_sign_identity=identity. This command is …
command-line xcodebuildI am building/running an IOS app from command line with following commands: xcodebuild -sdk "${TARGET_SDK}" -xcconfig "${CONFIG_FILE_…
ios xcode build xcodebuild xcrunI'm experiencing weird behaviour with my iPhone CI job (running in TeamCity). Every once in a while our build fails …
xcode xcodebuildI just configure a project in bitrise.io. But the xcode-build fails with error: xcodebuild: error: The project named "Foo" …
ios xcode xcodebuild bitriseHow can I see the output from the compiler of from the custom build steps (pre-action or post-action)?
xcode xcode4 xcodebuildI'm using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this: xcodebuild -exportArchive …
ios xcode ios9 xcode7 xcodebuildI am a little confused as to what happens with the xcodebuild command line tool when you specify a workspace …
ios xcode4 xcodebuildOverview Our command line builds (to build and create the .ipa) are no longer working. iTunesConnect has started rejecting builds …
ios xcode xcodebuildWhen I "Build for archive" in Xcode 4, where does the file go? As in, where on my computer is the …
xcode ios xcodebuild