Tried checking Target Dependencies, got rid of the UITests & Tests files from there. Any other suggestions?
I get two errors like the following:
Unable to run command 'CpResource CLS.app' - this target might include its own product.
Tried checking Target Dependencies, got rid of the UITests & Tests files from there. Any other suggestions?
I get two errors like the following:
Unable to run command 'CpResource CLS.app' - this target might include its own product.
If you got rid of all the files with the command that causes the issue (searched in project).
Try to clean the project (in XCode menu Product-> Clean) and rebuild
You should try quitting Xcode, then copy/pasting the files from your 'bad' project into a new one. Try checking other files like frameworks, etc too.
Try renaming the app. Some names can confuse Xcode. Then try rerunning the project.
If this doesn't work, try cmd + shift + k to clean your project