简体   繁体   English

Xcode12 beta 5 导致“找不到 -lGoogleUtilities 的库”错误

[英]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.我下载了 Xcode12 beta 5 以将 Google Ads SDK v7.64 和 AppTrackingTransparency 框架应用于我的应用程序。 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.但是当我使用 Xcode12 beta 5 构建我的项目时,我遇到了“找不到 -lGoogleUtilities 的库”,即使我没有更改我的项目文件。 When I use Xcode11 to build my project, it's okay.当我使用 Xcode11 构建我的项目时,没关系。

Is it a bug of Xcode12?这是Xcode12的错误吗? Or How can I fix the problem?或者我该如何解决这个问题?

I use pod to setting and opened *.xcworkspace file to open project.我使用 pod 来设置并打开 *.xcworkspace 文件来打开项目。

Did you run at simulator, if that, add x86_64 support(your tagrgets -> Build Settings -> VALID_ARCHS)for DEBUG.您是否在模拟器上运行过,如果是,请为 DEBUG 添加x86_64支持(您的 tagrgets -> 构建设置 -> VALID_ARCHS)。 add description添加描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM