I deleted multiple files prior to git push to remote repo.
I pushed the xcode proj to remote repo
I re-cloned xcode proj back to development device from remote repo.
The deleted file appeared as unclickable & greyed out.
Greyed out file still appears upon git clone when deleted prior to remote git push
Is there a reference to your deleted files in your code? If so, try removing those references (and maybe delete those files once more) and they should go away. If not, let us know! Thank you