1

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.

  • libz.1.1.3.tbd
  • libz.1.2.5.tbd
  • libz.1.2.8.tbd
  • libz.1.tbd
  • libz.tbd

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.

Nishant Bhindi
  • 2,168
  • 6
  • 21
Bigair
  • 982
  • 10
  • 23

1 Answers1

1

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

Amal T S
  • 3,037
  • 2
  • 22
  • 51