0

After a pod update (pod deintegrate -> pod install) I get the following error:

ld: framework not found GoogleDataTransportCCTSupport clang: error: linker command failed with exit code 1 (use -v to see invocation)

I tried this answer to no effect. Framework not found GoogleDataTransportCCTSupport

In my Pods folder in Xcode I have no such framework, however I do have GoogleDataTransport.framework (from ld: framework not found Pods).

Why does Xcode look for GoogleDataTransportCCTSupport.framework and how can I solve this?

Any help much appreciated.

Dan Abnormal
  • 910
  • 8
  • 17

1 Answers1

0

So, it turns out that this answer (Framework not found GoogleDataTransportCCTSupport) worked after all. I don't know what I did wrong the first 100 tries.

Dan Abnormal
  • 910
  • 8
  • 17