Mehmet Kemal Bayer
Mehmet Kemal Bayer

Reputation: 443

Swift3 Project does not compile when others pull from git repo

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

Answers (1)

Christos Chadjikyriacou
Christos Chadjikyriacou

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.

enter image description here

Upvotes: 1

Related Questions