Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset
How do I specify to xcodebuild (the command line tool) whether I want to build for the simulator or device?
iphone xcode ios xcodebuildI just upgraded XCode to 4.3.1. I'm using a script to build (and then deploy through Testflight) my app. But I …
xcode macos xcodebuildI'd like to use the new build system of Xcode 10 for development, but our build in our continuous integration system …
xcode continuous-integration xcodebuild xcode10I'm trying to setup an automated build server for an iPhone application. I'd like to be able to have nightly …
iphone xcode xcodebuildAssume I have an iPhone application whose Product Name is "My App" (with a space between words) in XCode build …
iphone xcodebuild cfbundleidentifierI have a project in Xcode 4 (the latest non-beta version) that builds fine when built in Xcode itself. Specifically, the …
ios xcode xcode4 xcodebuildWhen I try to run previously working git commands, I get this: dyld: Symbol not found: _sqlite3_intarray_bind Referenced …
git xcodebuild osx-mavericksHow do I add c library to Xcode Cocoa project? Or what is the best option, I don't want to …
objective-c cocoa xcode xcodebuildI am doing command line xcodebuild using a shell script. My problem is if I open and close the xx.…
objective-c xcode xcodebuildI've created in XCode a simple navigation-based iPhone app. The app builds and runs properly from under XCode but I …
iphone objective-c xcode xcodebuild