4

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?

4GetFullOf
  • 1,738
  • 4
  • 22
  • 47

1 Answers1

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.

enter image description here

enter image description 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