Lack of frameworks after upgrade to Xcode 3.2

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.

+3
4

, SDK, Xcode 3.2 + iPhone SDK. " ", " " SDK SDK.

, iPhone, iPhone , .

+13

3.1.2. , , - Xcode, ... SDK () 2.2.1.

, RED () Framework. !

+3

, , , , .

, , !

+1

1: Build > Clean All Target

2: ,

, .

, .

0
source

Source: https://habr.com/ru/post/1719545/


All Articles