After upgrading from XCode 4.3.x to 4.4.1, I'm unable to link my Phidgets-based application. The symptoms are:
1. When I try to add the Phidgets21 library/framework to the project, it doesn't appear in the provided list of frameworks, and has to added manually (from /Library/Frameworks/Phidget21.framework).
2. When I try to build the application (with the framework added manually), the build fails with a link error:
ld: framework not found Phidget21
Does anybody have any experience with this? A fix and/or work-around?
Stephen