ld: 找不到框架 GRPCClient
ld: framework not found GRPCClient
我写 swift 语言并使用 firebase。当我在 Xcode 中编写代码并构建它时,它显示错误消息 "ld: framework not found GRPCClient"。我已经尝试了很多时间来解决它,但我做不到。
请帮我解决一个问题。请参阅下图中的消息。 enter image description here
提前致谢,
可能与 的答案相似。
在 pod install
或 pod update
之后,您可能看到:
[!] Please close any current Xcode sessions and use MyApp.xcworkspace
for this project from now on.
使用 Xcode 打开 .xcworkspace 文件而不是 .xcodeproj 文件。
我写 swift 语言并使用 firebase。当我在 Xcode 中编写代码并构建它时,它显示错误消息 "ld: framework not found GRPCClient"。我已经尝试了很多时间来解决它,但我做不到。
请帮我解决一个问题。请参阅下图中的消息。 enter image description here
提前致谢,
可能与
在 pod install
或 pod update
之后,您可能看到:
[!] Please close any current Xcode sessions and use MyApp.xcworkspace for this project from now on.
使用 Xcode 打开 .xcworkspace 文件而不是 .xcodeproj 文件。