iphone - Building with xcodebuild Timed out waiting for <IDEWorkspace, 0x2004cebc0>/"runContextManager.runContexts" -


i setting iphone project run hudson, build script works fine locally, when executing following command on snow leopard server mac

xcodebuild -sdk iphoneos4.3 -workspace moments.xcworkspace/ -scheme moments -configuration distributiontest 

i following error messages.

build settings command line: sdkroot = iphoneos4.3

2011-05-11 10:32:17.729 xcodebuild[4151:903] warning: timed out waiting /"runcontextmanager.runcontexts" (10.010780 seconds elapsed) xcodebuild: error: workspace 'moments.xcworkspace/' not contain scheme named 'moments'.

what's timeout about?! , why can't find scheme named moments when it's definitly there. if open workspace in xcode on build server, can see scheme.

checking "shared" box in "manage schemes" dialog moves schemes project.xcodeproj/xcshareddata/xcschemes/scheme.xcscheme

so if have clean checkout has never been opened via xcode ui, work. use buildbot can build our apps


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -