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
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: