Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLS_LOG does not work on device builds #10

Open
dchersey opened this issue Jan 18, 2017 · 2 comments
Open

CLS_LOG does not work on device builds #10

dchersey opened this issue Jan 18, 2017 · 2 comments

Comments

@dchersey
Copy link

dchersey commented Jan 18, 2017

I just started using CLS_LOG for logging errors per this instruction and while it works find in the Simulator (passes through to NSLog) it generates a crash when testing a Crashlytics beta build.

Apparently CLS_LOG is not bound in device builds when configured by the motion-fabric gem.

undefined method 'CLS_LOG' for #<AppDelegate:0x1742ac5a0 ...> (NoMethodError) from app_delegate.rb:95:in application:openURL:options:'`

Would appreciate any thoughts/help!

David

@ben5516
Copy link

ben5516 commented Jul 3, 2018

FYI, I wasn't able to get CLS_LOG working either in the simulator or the device, but did get CLSLog and CLSNSLog to work.

@JulesMoorhouse
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants