Re: Xcode-users Digest, Vol 4, Issue 717
Re: Xcode-users Digest, Vol 4, Issue 717
- Subject: Re: Xcode-users Digest, Vol 4, Issue 717
- From: Chris Espinosa <email@hidden>
- Date: Thu, 20 Dec 2007 16:27:00 -0800
On Dec 20, 2007, at 4:16 PM, Adam wrote: I upgraded the project and it works now, with the exception of two error warnings:
/usr/bin/ld: warning -F: directory name (/Users/atg/Desktop/Projects/ Programming) does not exist /usr/bin/ld: warning -F: directory name (Project/Builds/Tetris_020) does not exist
I don't understand why it needed to be upgraded, but at least it works now. Thanks to everybody for your help and please help me "hammer the nail on the coffin"...
I still haven't figured out what the problem is here, but I know that it is related to the project upgrade that I did. What does it mean, and how do I get rid of it?
What it looks like is that your path is /Users/atg/DesktopProjects/Programming Projects/Builds/Tetris_020 and that the embedded spce is not escaped, nor is the path quoted. So it's being considered two separate paths, neither of which exist.
Go to your Frameworks Search Paths and delete and re-add the path.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden