警告:在路径创建 LLDB 目标时出错

问题描述 投票:0回答:1

当我在模拟器中运行应用程序时,Xcode 会向我显示此警告,并且每次运行应用程序时我都必须终止 iPhone 模拟器。

给我这个警告的库是“Google-Maps-iOS-Utils”:如果我删除这个 Pod,警告就会消失。

Warning: Error creating LLDB target at path
'/Users/francescobeccu/Library/Developer/Xcode/DerivedData/MyApplication-ctqolwhwcynkwqepnfcbrevvreau/Build/Products/DebugUAT-iphonesimulator/MyApplication.app'-
using an empty LLDB target which can cause slow memory reads from
remote devices.

我尝试了所有给定的解决方案: Xcode - 创建 LLDB 目标时出错在路径中创建 LLDB 目标时出错,Xcode 6 GM 种子为 iOS 模拟器构建 Xcode,但链接到为 iOS 构建的目标文件,用于架构“arm64” 但问题是一样的。谁能帮我吗?

环境详情

  • Xcode 14.3 - Mac M1 OSX Ventura
  • 库版本“Google-Maps-iOS-Utils”、“4.1.0”
  • Cocoapods 版本 1.12.1

重现步骤

在模拟器中运行应用程序

Podfile

pod 'GoogleUtilities' , '7.11.1'
pod 'Google-Maps-iOS-Utils', '4.1.0'
pod 'GoogleMaps' , '7.4.0'

示例项目

https://github.com/wesoo/SwiftUI-Maps/

请考虑到我自己的项目比这个更复杂,有更多的 Pod。

ios swift xcode google-maps ios-simulator
1个回答
0
投票

将“Google-Maps-iOS-Utils”更新至 4.2.2 版本可以解决该问题。

© www.soinside.com 2019 - 2024. All rights reserved.