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
I've upgraded both theos and theos-jailed. Now i can not make the package because of the error following. Previously it works perfectly.
$@[~/----]> make package
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://github.com/theos/theos/wiki/Parallel-Building
> Making all for tweak TWEAK_NAME…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
In file included from Tweak.xm:8:
/---/hook/CommonDigestHook.h:8:31: error: cannot find interface declaration for 'NSObject', superclass of
'CommonDigestHook'
@interface CommonDigestHook : NSObject {
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
There are several errors like this, all related to NSObject and superclass of <HOOK_NAME>
My hooks are all similar. Quoting that one in the above error, these are the .h and .m files related to. CommonDigestHook.h
Hi!
I've upgraded both theos and theos-jailed. Now i can not make the package because of the error following. Previously it works perfectly.
There are several errors like this, all related to
NSObject
andsuperclass of <HOOK_NAME>
My hooks are all similar. Quoting that one in the above error, these are the
.h
and.m
files related to.CommonDigestHook.h
CommonDigestHook.m
Following there is my Tweak.xm
I've also tried to reinstall entirely both theos and theos-jailed
Thanks for any help!
The text was updated successfully, but these errors were encountered: