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
Yeah, I've heard others have issues with swizzling and new relic, might be worth seeing if people are having trouble with reactive cocoa and new relic - may be fixes there
That opened up a good amount of info thanks for the suggestion
It seems the recommended fix in this case is to use RACSubject and avoid rac_signalForSelector
If I can wrap my head around it is that an acceptable PR? I understand this is an edge case and while I'd love to use the DSL, wouldn't mind doing the screen tracking by hand
I haven't dug into this fully yet, wondering if anyone here has come across this
When using both NewRelic and screen tracking via DSL, the app crashes when the first UIViewController that is being tracked is shown:
Note: I'm installing NewRelic via it's own pod rather than via subspec because I run into a dynamic frameworks compatible issue
Is there any other info I can give? Thanks
The text was updated successfully, but these errors were encountered: