I am getting an unrecognized selector error being sent to [RollbarDestination setAccessToken:] on iOS. This looks like it it happening if I update the configuration, which is happening if I have setup the native and JS clients.
My objective-c is super rusty, but in RollbarReactNative.m, in the init (line 377), when it casts the [Rollbar configuration] to a RollbarMutableConfig, does this make the destination mutable as well?
I am getting an unrecognized selector error being sent to
[RollbarDestination setAccessToken:]on iOS. This looks like it it happening if I update the configuration, which is happening if I have setup the native and JS clients.My objective-c is super rusty, but in RollbarReactNative.m, in the init (line 377), when it casts the [Rollbar configuration] to a RollbarMutableConfig, does this make the destination mutable as well?