> I'm having a recurring problem when moving several Xcode projects from
> one Mac (and username) to another - Xcode complains it can't access the
[quoted text clipped - 7 lines]
> the flag '-F /Users/<oldusername>/Library/Frameworks', but can that be
> altered, or do I need to rebuild every one of these projects?
You need to trawl through your build settings and find the place where
"Framwork Search Paths" aka FRAMEWORK_SEARCH_PATHS has been set.
Paul
google@whooley.utvinternet.com - 30 May 2006 12:28 GMT
> You need to trawl through your build settings and find the place where
> "Framwork Search Paths" aka FRAMEWORK_SEARCH_PATHS has been set.
Perfect, that was it, thanks!!
There was nothing in the Styles framework search path, but it was set
in the per-target settings. (side-rant: does anyone else really dislike
the way the build settings in Xcode are spread across several
locations? And the bold/plaintext style convention for setting names
isn't exactly intuitive.)
Thanks again.
Paul Russell - 30 May 2006 12:57 GMT
> (side-rant: does anyone else really dislike
> the way the build settings in Xcode are spread across several
> locations? And the bold/plaintext style convention for setting names
> isn't exactly intuitive.)
Just about everyone who usesz Xcode hates that aspect of it, I suspect.
It really is a train wreck of a UI that needs to be completely re-designed.
Paul