Xcode 7 build failed: ld: library not found for -lGoogleAnalyticsServices

本小妞迷上赌 提交于 2019-12-05 05:25:32

You need to delete all these path except the "$inherited" and then add Google Analytics library path (Drag the folder where you saved the library).

If you follow this then you don't need to recheck/uncheck the library path.

If you have just created pod file by running $ pod init command in terminal,

  • then just close project and Open projectName.xcworkspace instead of projectName.xcodeproj

which will not throw error -lxyzLibray eg. -lJSONModel not found.

Now compile and debug again It will work.

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