1
votes

When I add a framework in Xcode 4.5, I add it via Link Binary with Libraries (in Build Phases).

However, this adds the framework at the top of my Project Navigator list in Xcode. When I then move them to the Frameworks folder the original frameworks in the "Link Binary with Libraries" section go red. E.g.

enter image description here

Any way around this?

1

1 Answers

1
votes

Right clicking on the framework (in the Link Binary section) and selecting Show in Finder went straight to the files.

The problem was fixed by restarting Xcode.