Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset
When I tried to build project from command line, I got the following message from xcodebuild: xcodebuild[10713:1209993] [MT] PluginLoading: Required …
ios xcode xcodebuildI'm using command line xcodebuild tool to export .ipa files from Xcode archives. It was working fine up to Xcode 8.3.3. …
ios ipa xcodebuild xcode9-beta xcode9I have a warning in my build log in teamcity. I've updated Xcode on my CI-Server from 7.3.1 to 8. The step …
continuous-integration teamcity xcode8 xcodebuildAfter upgrading to Xcode 8 with iOS 10, I get exactly this error. I am on latest El Capitan and using the …
ios xcode enterprise xcodebuildI am setting up my iphone project to run with hudson, my build script works fine locally, but when executing …
iphone osx-snow-leopard xcodebuildMy App is given one bundleID for App Store distribution. The App also has a small variant for enterprise distribution, …
ios xcode6 xcodebuildWithout writing a GNUmakefile by hand, do any tools exist that understand Xcode projects and can build them directly against …
objective-c linux cocoa xcodebuild gnustepAs of Xcode 7†, the xcodebuild export archive step has been giving us errors. Build command xcodebuild -exportArchive -archivePath "path/to/…
xcode rvm xcode7 xcodebuildI have a number of apps which are similar in functionality and UI. I create the user interface by picking …
iphone app-store xcodebuildI am running my xctests using xcodebuild and need to pass in some environment variables. In the example below ACCOUNT_…
ios xcodebuild xctest