Opened 13 years ago

Closed 13 years ago

#29413 closed defect (fixed)

Quicksilver: Quicksilver.xcodeproj does not exist in this directory

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: haspatch Cc:
Port: Quicksilver

Description

Quicksilver doesn't build; it can't find the Xcode project.

xcodebuild: Error: the project /opt/local/var/macports/build/_Users_rschmidt_macports_dports_aqua_Quicksilver/work/Quicksilver-B59/Quicksilver/Quicksilver.xcodeproj does not exist in this directory.

Attachments (2)

main.log (30.2 KB) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
Quicksilver.diff (809 bytes) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 13 years ago by singingwolfboy@…

Status: newassigned

That's bizarre: it builds just fine for me. What is the contents of /opt/local/var/macports/build/_Users_rschmidt_macports_dports_aqua_Quicksilver/work/Quicksilver-B59/ on your system, and where is the Xcode project directory?

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

Oh, /opt/local/var/macports/build/_Users_rschmidt_macports_dports_aqua_Quicksilver/work/Quicksilver-B59/ does contain the directory Quicksilver, and the directory Quicksilver does contain the file Quicksilver.xcodeproj. The problem seems to be that xcode.project is supposed to contain just the name of the project file, or the relative path to it, not the absolute path. Not sure why it worked for you, but I'm using Xcode 3.2.6; maybe if you're using Xcode 4 that accounts for the difference. Usually you don't need to specify xcode.project at all, but I see you're using the variable elsewhere. The attached patch works for me.

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: Quicksilver.diff added

proposed patch

comment:3 Changed 13 years ago by singingwolfboy@…

Resolution: fixed
Status: assignedclosed

Fixed in r78517. Thanks for the catch, and for the patch!

Note: See TracTickets for help on using tickets.