Xcode 4 Adding Folders

In xCode 3, I can drag the folder into the project and say add links, and it all works. When you do the same in xCode 4, it makes a blue folder and freezes when you try to build it when you connect to.

I tried everything, but I could not solve it. I read: Xcode Repositories and Resources

But that did not help me. Does anyone have an idea?

+4
source share
2 answers

Adding a folder using drag and drop continues in Xcode4. Look at the following dialog box, the first alternative for Folders will turn the folder yellow, creating an intelligent group.

The second option will turn it into blue, referring to the folder directly.

enter image description here

+14
source

It’s important not to call this resource “Resources”, as it seems to confuse Xcode with many “applications” that already have errors installed.

Quote from here: http://majicjungle.com/blog/123/ And it worked for me on the same problem.

+5
source

All Articles