Bigair
Bigair

Reputation: 1592

Google analytics manual install libz.dylib

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

Answers (1)

Amal T S
Amal T S

Reputation: 3405

You can add all .tbd files of libz instead of .dylb. Check this answer, it may help you.

Upvotes: 1

Related Questions