Reputation: 1592
I'm trying to install Google Analytics Service SDK to Xcode project manually.
The google doc says I need to add libz.dylib
to linked libraries. When I tap plus button on Linked Frameworks and Libraries section in general tab of a target and typed libz
in search box, there aren't any result match exactly libz.dylib
. I get followings instead.
https://developers.google.com/analytics/devguides/collection/ios/v3/sdk-download#download_sdk
What should I add (or maybe add nothing) instead?
I use Xcode 8.3.2.
Upvotes: 1
Views: 380