Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset
After installing Xcode CLT 4.5.1 on OS X 10.8.2, I'm having issues installing native ruby gems which need to compiled. The output …
xcode xcodebuildI am doing an archive with xcodebuild (xcode 5) through the command line as so: xcodebuild -project MyProject.xcodeproj -scheme MyScheme …
ios objective-c xcode xcodebuildSay I've got an Xcode project on a linux machine and I want to, like I can do on the …
linux xcode compiler-construction xcodebuildI'm working with an existing project that produces a dynamic library (Cocoa API). I'd rather generate a static library, but …
xcode xcodebuildI would like to detect if a given provisioning profile is a development profile or a distribution (adhoc or app …
xcode openssl xcodebuild provisioning-profileI'm currently trying to build an .xcarchive using this command line: xcodebuild -project onething.xcodeproj -target onething archive This places …
ios xcode command-line archive xcodebuildI've noticed that there are two options in xcodebuild's man page. -only-testing:TEST-IDENTIFIER constrains testing by specifying tests to include, …
xcode xcodebuildI have a Xcode project for library arith. I could build it with debug configuration, and I need to debug …
xcode debugging xcodebuild dynamic-libraryAfter update Xcode8.3, the options '-exportSigningIdentity', '-exportProvisioningProfile' and '-exportFormat' are removed from 'xcodebuild -exportArchive'. When i try to get a …
ios xcode8 xcodebuildOur goal is to create a framework that hides our internal code and provide SDK to our customers. We have …
ios frameworks xcodebuild xcframework