Make a sub project recompile based on if a file that is not in it is dirtied.
Make a sub project recompile based on if a file that is not in it is dirtied.
- Subject: Make a sub project recompile based on if a file that is not in it is dirtied.
- From: Alex Zavatone <email@hidden>
- Date: Wed, 11 Jan 2017 17:53:54 -0600
We just burned some hours today because one of my sub projects has a config file that used to be included in copy build phases of the framework which goes into our app.
But we removed this file from the Copy Files part of Build Phases since we need to encrypt it and then copy it into the framework so if i edit that file, Xcode doesn't know that it needs to rebuild our framework when we build the app.
Is there a setting where I can add the specific file that I care about to be watched so that if it is edited/dirtied this will trigger a rebuild of the FW?
I don't want to add it to the copy files phase and then remove it, because that's messy and I'm trying to prevent file creep into our targets.
Thanks in advance,
Alex Zavatone
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden