jeffleeismyhero / FabricTest

Demo app for Fabric, Crashlytics, and Answers problem
1 stars 0 forks source link

Status update #1

Open timbroder opened 8 years ago

timbroder commented 8 years ago

Hi Jeff,

Didn't know what else to call this, but is the issue that this repo ties to being tracked somewhere? Have you found a workaround?

Thanks!

jeffleeismyhero commented 8 years ago

I'm attempting to use Crashlytics and Answers at the same time. The issue here is that you cannot require them both at the same time.

If there is another way to use both libraries, I haven't been able to find it.

timbroder commented 8 years ago

I mean is there a ticket with cocoapods or Fabric to track the issue? (I'm running into the same thing)

jeffleeismyhero commented 8 years ago

Oh, I see. I also emailed Fabric support and received a response from Bear Douglas. While I didn't get a Ticket ID or much of a resolution from them, another developer told me that Crashlytics provides access to Answers automatically.

You don't need to include Answers in your Podfile. See my latest commit to this repo for an example of how to make it work.

timbroder commented 8 years ago

Thanks!