How do you add frameworks in the new Xcode version 5.1? Now when you select your project file within Xcode at the top I only see 2 tabs now.. Info tab and Build Settings. The previous versions there was a general tab?
Asked
Active
Viewed 1,188 times
1 Answers
3
There is a difference between editing the project and editing the target. You are editing the project; edit the target instead. Nothing has changed here.

matt
- 515,959
- 87
- 875
- 1,141
-
sorry thats what I meant I am editing the target? I have the top file selected like I always do to add a framework – 4GetFullOf Mar 12 '14 at 18:04
-
The "top file" can mean the project or the target. You are editing the project. Switch to the target. – matt Mar 12 '14 at 18:07
-
There is little menu at the top left that lets you switch between the project and the various targets. – matt Mar 12 '14 at 18:08