Top "Xcodebuild" questions

Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset

Xcode 7 PluginLoading: Required plug-in compatibility UUID

When I tried to build project from command line, I got the following message from xcodebuild: xcodebuild[10713:1209993] [MT] PluginLoading: Required …

ios xcode xcodebuild
xcodebuild -exportArchive fails with error Locating signing assets failed

I'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 xcode9
How can i fix this warning: CoreSimulator is attempting to unload a stale CoreSimulatorService job

I 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 xcodebuild
xcodebuild exportArchive: no applicable devices found

After upgrading to Xcode 8 with iOS 10, I get exactly this error. I am on latest El Capitan and using the …

ios xcode enterprise xcodebuild
Building with xcodebuild Timed out waiting for <IDEWorkspace, 0x2004cebc0>/"runContextManager.runContexts"

I am setting up my iphone project to run with hudson, my build script works fine locally, but when executing …

iphone osx-snow-leopard xcodebuild
xcodebuild command line: passing DevelopmentTeam ID for code signing purpose

My App is given one bundleID for App Store distribution. The App also has a small variant for enterprise distribution, …

ios xcode6 xcodebuild
Build an Xcode project on a Linux machine

Without writing a GNUmakefile by hand, do any tools exist that understand Xcode projects and can build them directly against …

objective-c linux cocoa xcodebuild gnustep
xcodebuild: "No applicable devices found." when exporting archive

As of Xcode 7†, the xcodebuild export archive step has been giving us errors. Build command xcodebuild -exportArchive -archivePath "path/to/…

xcode rvm xcode7 xcodebuild
Is there an API or any other method to automate the submission process?

I have a number of apps which are similar in functionality and UI. I create the user interface by picking …

iphone app-store xcodebuild
Accessing user defined variables passed in from xcodebuild command line

I am running my xctests using xcodebuild and need to pass in some environment variables. In the example below ACCOUNT_…

ios xcodebuild xctest