I just downloaded XCode 3.2.5 with 4.2 … I’m trying to play an mp3 file, but apparently the UI changed because I wasn’t able to follow any of the tutorial instructions on how to add a framework. Finally I clicked on a little gear button then went to Add -> Existing Frameworks… However AVFoundation is not listed so I’m unable to use the following code:
#import <AVFoundation/AVFoundation.h>
AVAudioPlayer *player;
Right click the frameworks group right Add -> Existing frameworks, a list of frameworks will appear just select AVFoundation framework & click add