I tried putting all xib files together in a folder in my project. And then I add this folder into the Xcode project, Hoping that Xcode may recognized them and put them in the directory I want in target package.
But when I ran the target, the console(NSLog) told me that the nib file could not be found.
I looked into the directory, there are xib files there instead of nib file.
Here comes the question mentioned in the title. Can I achieve that?
Here is the scene:
I built the project. Then Xcode convert xib files into nib ones then put them in the "Resources" directory. As all resource files (including these nib files) are put together under this folder, it looks messy.
What I wanted to do is put all these resource in different folder automatically after the building was done. What should I do?