Xcode12 beta 5 makes "library not found for -lGoogleUtilities" error
I downloaded Xcode12 beta 5 to apply Google Ads SDK v7.64 and AppTrackingTransparency framework to my app. But when I build my project with Xcode12 beta 5, I meet "library not found for -lGoogleUtilities" even though I didn't change my project file anything. When I use Xcode11 to build my project, it's okay.
Is it a bug of Xcode12? Or How can I fix the problem?
I use pod to setting and opened *.xcworkspace file to open project.