How to add a framework to xcode project

Hello,

I am trying to play sound in my app but I'm having trouble adding the AVFoundation framework to my app by going to the general tab in xcode project properties... but I don't have "project properties" anywhere in my xcode (it should be the newest version). How do I add this framework? Is there any way to bypass this? Can I import AVFoundation without the framework?

Thanks!
If you're working with Swift, have you tried simply typing import AVFoundation into your source file?
How to add a framework to xcode project
 
 
Q