Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 633
iamburak Avatar asked Jul 22 '20 14:07

iamburak


1 Answers

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.

like image 86
iamburak Avatar answered Nov 05 '22 22:11

iamburak