Linker Command failed with exit code 1 (use -v to see invocation

前端 未结 1 1200
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-21 23:04

I am working on google analytics (iOs, Objective c), when i add this file \"libGoogleAnalyticsServices.a\" to my project I got this error

\"Apple Mach-O Lin         


        
相关标签:
1条回答
  • 2020-12-21 23:42

    This problem has different solutions , one of them is to set Enable Bitcode to No . ( I don't know why by default it is Yes ) This problem is a ghost like problem . Clearing Cache , Restarting Xcode , Simulator and MAC ,Ensuring proper linking of Frameworks or , Sometimes just doing nothing can solve this problem .

    0 讨论(0)
提交回复
热议问题