iamburak
iamburak

Reputation: 3568

Framework not found GoogleDataTransportCCTSupport

I'm getting that "Framework not found GoogleDataTransportCCTSupport" error after pod update. I have tried many clean build folder and project. But It still stays in there. What should I do?

Upvotes: 10

Views: 3834

Answers (1)

iamburak
iamburak

Reputation: 3568

Go to your project's target Build Settings > Search GoogleDataTransportCCTSupport.

You will see Other Linker Flags.

Remove these lines below:

-framework
GoogleDataTransportCCTSupport

After clean and build again, It should work as expected.

Upvotes: 29

Related Questions