xcode library not found

后端 未结 12 895
南方客
南方客 2020-12-05 12:43

I\'m getting the following error:

ld: library not found for -lGoogleAnalytics clang: error: linker command failed with exit code 1 (use -v to see in

12条回答
  •  难免孤独
    2020-12-05 13:31

    In my case, the project uses CocoaPods. And some files are missing from my project.

    So I install it from CocoaPods: https://cocoapods.org/.

    And if the project uses CocoaPods we've to be aware to always open the .xcworkspace folder instead of the .xcodeproj folder in the Xcode.

提交回复
热议问题