Reputation: 443
My project compiles successfully on my computer but when I push the project to the remote others pull it, they get build failed error.
Compiler says error is because of a third party framework. Compiler does not understand a protocol that exists in fact. I think it is because of pods but I'm not sure.
I compared the project that I have with the one comes from remote repo with FileMerge but there is no difference.
Any suggestion?
Upvotes: 0
Views: 37
Reputation: 3759
Try this:
Select the file that is not compiling , open the right panel and on the File Inspector check the target that your file belongs.
Upvotes: 1