ld: framework not found GRPCClient

2019-07-31 04:06发布

问题:

I write swift language and use firebase. when I wrote code in Xcode and built it, it show error message "ld: framework not found GRPCClient". I have tried many time to solve it but I can't.

Please help me to solve an issue. see the message in picture below. enter image description here

Thanks in advance,

回答1:

Likely a similar answer as Framework not found GoogleToolboxForMac.

After pod install or pod update, you likely saw:

[!] Please close any current Xcode sessions and use MyApp.xcworkspace for this project from now on.

Open the .xcworkspace file with Xcode instead of the .xcodeproj file.