Reputation: 2841
I am using Xcode 7.1. I did the installation of the Crashlytics for my iOS app. I went to their website, downloaded it and did the steps for the integration of their framework. It suggests me to do the clean build, which I did with no success. I am attaching the snapshot for the same.
The Xcode is throwing around 20 errors and I am clueless how to proceed after this.
Upvotes: 1
Views: 98
Reputation: 2841
I finally found the link in the fabric that gives a detailed solution to the problem, it is How do I fix linker errors when adding Fabric?
Upvotes: 1
Reputation: 1144
please import
libc++
(not libstdc++)
libz
, SystemConfiguration.framework
, and Security.framework
Upvotes: 3