I upgraded to Xcode 3.2 and now, it seems, can’t add a number of frameworks, in particular a media player. A number of frameworks do not appear in Add an existing wireframe.
On another question, I tried to set the "wireframe search path" to
$(SDKROOT)/Library/System/Frameworks
but that doesn't seem to make any difference. UIKit.framework, enabled by default when creating a new project, is located in
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk/System/Library/Frameworks
which I would expect. If I go to this directory, I will see MediaPlayer.framework and I can drag it into my project successfully, but it can only build and debug for the device - no surprise there, but not perfect.
I uninstalled dev tools with
mode=all
and reinstalled Xcode, but still no relief. Any help would be greatly appreciated.