我嘗試了谷歌Analytics(分析)添加到我的項目,但我看到的錯誤:GoogleToolboxForMac框架錯誤
ld: framework not found GoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已經嘗試過清理我的項目,試圖刪去導出數據,嘗試添加莢「GoogleToolboxForMac/Logger'到Podfile,嘗試刪除並重新添加Pod。但是,沒有任何幫助。我看到了Stackoverflow上另一個類似主題的所有建議。
什麼可能導致描述的錯誤,我該如何解決它?
看看我的回答http://stackoverflow.com/questions/40358719/framework-not-found-googletoolboxformac/41221449#41221449 – iPatel