Opened 14 years ago
Closed 14 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)
Change History (5)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 14 years ago by singingwolfboy@…
Status: | new → assigned |
---|
comment:2 Changed 14 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 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | Quicksilver.diff added |
---|
proposed patch
comment:3 Changed 14 years ago by singingwolfboy@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r78517. Thanks for the catch, and for the patch!
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?