Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

xcode 3.2.6 stops looking in /Library/Frameworks

Hello

I have just upgraded to xcode 3.2.6 from 3.2.3. When I try to build my project, there were lot of compiler error, because It can't find header file. The project was built fine in the previous version of xcode(3.2.3).

My project liked with some frameworks in /Library/Frameworks and they are all still there. so I delete all the xcode preference file, and try building my project again, still xcode3.2.6 would not look in /Library/Frameworks.

I tried delete the references of the frameworks from my project and tried to reinsert them into my project again, somehow when I did "right-click on the target" -> "Get info" -> "General" Tab -> click on the '+" button at the bottom of "Linked Libraries" List Box, all the framework files in /Library/Frameworks does not list like it used to with the previous version of xcode. I had to click on the button "Add Another" to navigate to /Library/Frameworks to select the frameworks and add to my project again.

I have to manually put a flags -F/Library/Frameworks to get my project to build corretly again.

has anyone experienced this?? and know why?

psksvp

Intel Core 2 duo 1St gen Mac Mini

Posted on Mar 13, 2011 6:51 PM

Reply
3 replies

Mar 22, 2011 12:57 PM in response to psksvprv2

XCode 3.2.6 messed up the link in /Developer/SDKs/MacOSX10.6.sdk/Library for the Frameworks directory for me. When I changed it to be a link to /Library/Frameworks everything started working again.

This set of commands worked for me, I don't warrant them to work for you:

cd /Developer/SDKs/MacOSX10.6.sdk/Library;
sudo mv Frameworks Frameworks-orig
sudo mv Frameworks-orig/Frameworks .
sudo rm -rf Frameworks-orig

xcode 3.2.6 stops looking in /Library/Frameworks

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.