Search code examples
iosswiftfirebaseframeworksresolve

ld: framework not found GRPCClient


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,


Solution

  • 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.