In my iPhone project I want to add a new resource folder. Lets say root folder name is "Themes" and inside that I have two folders like "Black" and "Blue".
I'm adding this "Themes" folder with both "Copy items in to destinations group folder" and "Create Folder References for any added Folders" options since I want to maintain the above folder structure inside the application (final .app folder). So in XCode this indicates as a folder in 'blue' color.
But after I do this XCode build is hang with "Attaching to ProjectName". After I remove the "Themes" folder again it works fine.
I tried clean build, reset simulator and start again options. But still the same issue.
Appreciate you help. This is killing my time for two days now.