OK, the situation is quite simple (although not solvable ...):
- I have a link to a folder in my Xcode project, mainly with HTML / JS / CSS resources, often changing using an external editor.
- I want this particular folder to be copied to the application package for each assembly without the need to clean up the project (the project is HUGE, so it is unnecessarily recompiling the project is a waste of time).
I tried to add a custom build phase (run the script), either touch to the folder, or by creating a dummy file in the resources folder and deleting it later, but none of this worked.
Any ideas?
ios objective-c xcode cocoa xcode5
Dr. Kameleon
source share