I’m trying to keep my Xcode project organized. I want to maintain separate folders for xib files and class .h/.m files when creating the files or a new project. I’m talking about separate folders in Finder, not in Xcode’s File Navigator.
The problem that I’m facing is that it seems that when I put all my xibs into a folder, and then I edit the xib in Xcode, the changes are not reflected when I run the app.
Can anyone shed some light on this? How do I maintain separate folders in Finder, but let Xcode organize the files too?
create 2 new groups named classes and xib files.And after u creating your classes,just drag the xib files to the xib files folder and the .h and .m files to the classes folder.its quite simple!