Search code examples
xcodexcode4directory

xCode 4 Adding Folders


In xCode 3 I could drag a folder into the project and say add references and it all works. When doing the same in xCode 4 it makes the folder blue and when trying to build it hangs at Attaching to .

I have tried everything but I couldn't resolve it. I have read : Xcode building and resources folders

But that didnt help me. Does anyone have an idea?


Solution

  • Adding a folder by dragging still works in XCode4. Look at the following dialog, the first alternative for Folders will turn the folder yellow, creating a smart group.

    The second alternative will turn it blue referencing the folder directly.

    enter image description here