Pod Error in Xcode “Id: framework not found Pods”

后端 未结 5 450
余生分开走
余生分开走 2020-12-04 19:22

I am trying to clone a project from a bitbucket repository and am getting an error Id: framework not found Pods clang: error: linker command failed with exit code 1 (u

5条回答
  •  执念已碎
    2020-12-04 20:08

    In my case, I had several frameworks listed in red. These were left over from previous Podfile configurations. I simply removed these frameworks listed in red and the problem was fixed.

提交回复
热议问题