In Xcode, when I add a framework directly in Build Phases->Link Binary With Libraries, the framework appears at the root level of the project. If I drag the framework into the Frameworks group, the link to the framework appears red in Link Binary With Libraries. I have to re-drag the framework back into Link Binary with Libraries for it to appear black again. Why is it doing this? Usually moving files around in group should not result in removing it.
Is there a way to make the framework appear in the Frameworks group when adding it?