We have an IOS swift code that is doing swizzling by using method_exchangeimplementations But this a method since 2014 And it is causing our app to crash when using new relic.
Is there a newer better way to do it today in year 2022?
I read about _dynamicreplacement But is it working the same? Is there something else? What's the best newest way to do swizzling today?