Showing posts with label IPhone xcodebuild. Show all posts
Showing posts with label IPhone xcodebuild. Show all posts

Monday, June 21, 2010

xcodebuild

To build using xcodebuild, you need to run xcodebuild from the directory containing your project (i.e. the directory containing the projectname.xcodeproj)

then type:
xcodebuild -configiuration Debug/Release -sdk iphonesdk
the example used
xcodebuild -configuration Debug -sdk iphonesimulator4.0