InterposeKit icon indicating copy to clipboard operation
InterposeKit copied to clipboard

IKTAddSuperImplementationToClass cannot be found on device/release config

Open Thomvis opened this issue 3 years ago • 1 comments

While my hooks work fine while debugging, they crash on device with the Release configuration. I think I've been able to nail it down to IKTAddSuperImplementationToClass not being found. The dlsym in InterposeSubclass returns nil. Any ideas / tips for how to further debug this?

Thomvis avatar Mar 28 '21 13:03 Thomvis

I recently adopted InterposeKit in our app and befell this same issue during TestFlight testing.

pryder-fleetaero avatar Sep 05 '22 04:09 pryder-fleetaero