Re: Silencing linker warnings in xcode
Re: Silencing linker warnings in xcode
- Subject: Re: Silencing linker warnings in xcode
- From: Quincey Morris <email@hidden>
- Date: Thu, 20 May 2010 23:15:38 -0700
On May 20, 2010, at 21:17, Chris Espinosa wrote: On May 20, 2010, at 2:47 PM, Christiaan Hofman wrote: I have asked this before, but got no reply, so let me ask in a different way. Is it not possible to silence certain linker (ld) warnings in Xcode? In particular warnings like
"Directory /path/to/a/framework/search/path following -F not found"
... The conditions to invoke it are very old. Usually you can eliminate it by removing the unneeded path from FRAMEWORK_SEARCH_PATHS or LIBRARY_SEARCH_PATHS.
The only time I've seen this was when a search path with embedded spaces or other special characters in the file/directory names ended up (presumably as a result of converting an older project to Xcode 3.2 format) having the double-quotes around the path escaped with backslashes. Removing or correcting the path (it just needs unescaped double-quotes around it) fixed the problem. Maybe that's what you meant by "very old" conditions.
|
_______________________________________________
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