You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: