I have added a bunch of frameworks to my app: Selected project, clicked "Build Phases," Clicked "Link Binary With Libraries," and then the "+" button to add them to the project.
They were automatically added to the top level of the hierarchy.
I then created a "framework" folder, and moved them therein with a simple drag n' drop.
Then they turned red. According to the following post, "The red text indicates that the actual files are not at the path that the project has for them." Frameworks are 'red' in Xcode
How do I adjust this path, and/or correctly create a "framework" group within my project?