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
Id: framework not found Pods clang: error: linker command failed with exit code 1 (u
My issues is when i ran test i got this error. Because i just install it in my
target 'Project' do pod 'xxx' end
You should also add it into your test target:
target 'ProjectTests' do pod 'xxx' end