#17610: xcodebuild: unknown option: -sdk --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: pguyot@… Type: defect | Status: closed Priority: Normal | Milestone: MacPorts 1.7.0 Component: base | Version: 1.7.0 Resolution: fixed | Keywords: Port: sleepwatcher | --------------------------------------+------------------------------------- Comment(by skl@…): I ran into this bug on Leopard 10.5.6 with XCode 3.0 too. The manpage of xcodebuild says: {{{ -default=value Set the user default default to value. }}} so IMO there's only a "=" char missing. After adding "=" to the -sdk option, giving -sdk=/Developer/SDKs/MacOSX10.5.sdk everything ran as expected and the build succeeded. -- Ticket URL: <http://trac.macports.org/ticket/17610#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS