ld: framework not found GRPCClient

荒凉一梦 提交于 2019-12-11 05:49:56

问题


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.



来源:https://stackoverflow.com/questions/46633054/ld-framework-not-found-grpcclient

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!