ios - GoogleToolboxForMac framework error -
this question has answer here:
- framework not found googletoolboxformac 6 answers
i try add google analytics project, see error:
ld: framework not found googletoolboxformac clang: error: linker command failed exit code 1 (use -v see invocation) i've tried clean project, tried deleting derived data, tried adding pod 'googletoolboxformac/logger' podfile, tried removing , re-adding pod. however, nothing helps. saw suggestions similar topics on stackoverflow.
what may cause described error , how can fix it?
to eliminate linker errors had add 3 libraries, via {projectname} > build phases > link binary libraries:
- add other > {projectname} > pods > googleanalytics > libraries > libgoogleanalytics.a
- ios 10.0 > coredata.framework
- ios 10.0 > libsqlite3.tbd
Comments
Post a Comment