NSExceptional / Swizzle

A tweak to create basic tweaks from any app.
Other
42 stars 9 forks source link

Respring after pressing tweak button on FLEX, selector not recognised #1

Closed Inc0n closed 6 years ago

Inc0n commented 6 years ago

Error after looking at CrashReporter:

-[UIResponder doesNotRecognizeSelector]

from -[FLEXManager _toggleSwizzleMenu] + 0x80

EDIT: after some investigation this selector is not recognised -[FLEXExplorerViewController toggleToolWithViewControllerProvider] I installed the flex from flex-noacti, which is a different flex than what swizzle intended to depends on

Inc0n commented 6 years ago

Solved, the default FLEX does not have this api. Need to use this version

https://github.com/NSExceptional/FLEX.git

Inc0n commented 6 years ago

works like a charm

NSExceptional commented 6 years ago

Yeah, it relies on the FLEXing tweak. Need to use my specific branch of FLEX to build it. Does my readme not reflect this? I might need to add a note about that