Hey,
im getting some Errors when trying to compile my jailed mod.
Example :
Code:
%hook MainDataManager
(bool)isAnyPurchasePro{
return TRUE;
}
(bool)isJailbroken{
return FALSE;
}
%end
Output:
==> Compiling Tweak.xm (armv7)…
Tweak.xm:3:2: error: expected unqualified-id
(bool):isAnyPurchasePro{
^
Tweak.xm:3:2: error: expected ')'
Tweak.xm:3:1: note: to match this '('
(bool):isAnyPurchasePro{
^
Tweak.xm:6:2: error: expected unqualified-id
(bool):isJailbroken{
^
Tweak.xm:6:2: error: expected ')'
Tweak.xm:6:1: note: to match this '('
(bool):isJailbroken{
^
Im using a Mac on 10.15.6
Installed Theos and Theos jailed with the given instruction
Reinstalled the SDK
Rewritten the codes but nothing
Thx for the help