Closed wvabrinskas closed 5 years ago
Make sure you have an updated Logos (via Theos) because this issue was solved with commit 30803da.
I ran update-theos
. Is there a different command I should run?
@uroboro i fixed it by running git submodule update --recursive --remote
. update-theos
did not update the submodules
When adding a %property to a hooked class the compiler throws an error, ex:
For:
Result:
error: no matching function for call to 'objc_getAssociatedObject' __attribute__((used)) static NSMutableArray * _logos_method$_ungrouped$SBIconController$hiddenIcons(SBIconController * __unused self, SEL __unused _cmd) { return (NSMutableArray *)objc_getAssociatedObject(self, _logos_method$_ungrouped$SBIconController$hiddenIcons); }; __attribute...