Has anyone else noticed a change recently, somewhere around the release of Xcode9, with the behavior when you embed a framework in a project (iOS in my case)?
The Behavior I Recall
Click "+" button next to Embedded Frameworks section of project settings and choose a framework from the list.
Framework shows up in the Embedded Frameworks pane of the project settings. No change in the project navigator.
The Behavior I'm Seeing
Click "+" button next to Embedded Frameworks section of project settings and choose a framework from the list.
Framework shows up in the Embedded Frameworks pane of the project settings.
A reference to the framework shows up at the top level of the project (just under the blue icon) in the Project Navigator.
Dragging that new reference to any other Group (yellow folder icon), with or without a folder reference, creates a copy of the framework reference.
This seems like an odd change and the primary issue is that it restricts the ability to organize things in the Project Navigator, e.g. keeping all your Frameworks in a "Dependencies" group.