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.
Did you run at simulator, if that, add x86_64 support(your tagrgets -> Build Settings -> VALID_ARCHS)for DEBUG. add description
Please provide with a comment only, if a comment can do the job, instead of posting an answer See How do I write a good answer?