Jules
Jules

Reputation: 7766

Obj-C, CLS_LOG Crashlytics logging not showing debug output in the Xcode console?

I have two apps written using Objective C and both use Crashlytics.

I'm using the latest version of Crashlytics via Cocoapods.

From what I can see both apps have an identical setup.

However one app shows the CLS_LOG debugging in the Xcode console and one doesn't, I can't figure out why it doesn't show in the other app.

I've followed the steps highlighted in the documentation to no avail.

Upvotes: 0

Views: 429

Answers (1)

Jules
Jules

Reputation: 7766

I had OS_ACTIVITY_MODE set to disabled in my scheme

Upvotes: 1

Related Questions