Jump to content

21 posts in this topic

Recommended Posts

Posted

Hello, so when i'm trying to install my tweak i'm getting an error.

 

so when i type "make package install" I'm getting /var/mobile/raft/theos/makefiles/targets/Darwin-arm64/iPhone.mk:21: *** first argument to 'word' function must be greater than 0. stop.

 

i've changed both Darwin files in targets and platform to have at the end 64,

 

I'm on iPhone 5s running iOS 10.2

  • Replies 20
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

Hello, so when i'm trying to install my tweak i'm getting an error.

 

so when i type "make package install" I'm getting /var/mobile/raft/theos/makefiles/targets/Darwin-arm64/iPhone.mk:21: *** first argument to 'word' function must be greater than 0. stop.

 

i've changed both Darwin files in targets and platform to have at the end 64,

 

I'm on iPhone 5s running iOS 10.2

Can u show your tweak.xm

Posted

Can u show your tweak.xm

%hook SKPaymentTransaction

-(void)_setTransactionState:(long long) fp8 {

fp8 = 1;

%orig(fp8);

}

%end

 

%Hook SKPaymentTransaction

-(long long) transactionState fp8 {

fp8 = 1;

%orig(fp8);

}

%end

 

%Hook UnityAppController

-(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {

UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Test Title"

message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up"

otherButtonTitles:nil];

[alert show];

[alert release];

return %orig;

}

 

 

%end

Posted

Hello, so when i'm trying to install my tweak i'm getting an error.

 

so when i type "make package install" I'm getting /var/mobile/raft/theos/makefiles/targets/Darwin-arm64/iPhone.mk:21: *** first argument to 'word' function must be greater than 0. stop.

 

i've changed both Darwin files in targets and platform to have at the end 64,

 

I'm on iPhone 5s running iOS 10.2

you need to Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64"

 

Then once you have done that goto /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"

Posted

you need to Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64"

 

Then once you have done that goto /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"

already done that

Posted

 

%hook SKPaymentTransaction

-(void)_setTransactionState:(long long) fp8 {

fp8 = 1;

%orig(fp8);

}

%end

 

%Hook SKPaymentTransaction

-(long long) transactionState fp8 {

fp8 = 1;

%orig(fp8);

}

%end

 

%Hook UnityAppController

-(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {

UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Test Title"

message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up"

otherButtonTitles:nil];

[alert show];

[alert release];

return %orig;

}

 

 

%end

 

Remove the:

 

%hook SKPaymentTransaction

-(void)_setTransactionState:(long long) fp8 {

fp8 = 1;

%orig(fp8);

}

%end

 

and just leave the transactionState.

Posted (edited)

already done that

hmmm, goto your Theos folder and check see if your sdk folder is empty. This happened to me so I downloaded the 9.3sdk and it's all good now Updated by Cynicaaal
Posted

hmmm, goto your Theos folder and check see if your sdk folder is empty. This happened to me so I downloaded the 9.3sdk and it's all good now

I've downloaded the 9.3 sdk might try a lower one to see if that works

Remove the:

 

%hook SKPaymentTransaction

-(void)_setTransactionState:(long long) fp8 {

fp8 = 1;

%orig(fp8);

}

%end

 

and just leave the transactionState.

installed a lower sdk and now it seems to try to compile it but now I'm getting "tweak.xm:5: error: %orig found outside of hook or subclass"

Posted

I've downloaded the 9.3 sdk might try a lower one to see if that works

installed a lower sdk and now it seems to try to compile it but now I'm getting "tweak.xm:5: error: %orig found outside of hook or subclass"

Change your tweak.xm to this:

 

 

%hook SKPaymentTransaction
 
-(void) transactionState:(long long)arg1 {
arg1 = 1;
%orig;
}
%end
 
%Hook UnityAppController
-(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title"
message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up"
otherButtonTitles:nil];
[alert show];
[alert release];
return %orig;
}
%end
Posted

 

Change your tweak.xm to this:

 

%hook SKPaymentTransaction
 
-(void) transactionState:(long long)arg1 {
arg1 = 1;
%orig;
}
%end
 
%Hook UnityAppController
-(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title"
message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up"
otherButtonTitles:nil];
[alert show];
[alert release];
return %orig;
}
%end

still getting the same error. 

 

this is starting to get frustrating :(

 

Change your tweak.xm to this:

 

%hook SKPaymentTransaction
 
-(void) transactionState:(long long)arg1 {
arg1 = 1;
%orig;
}
%end
 
%Hook UnityAppController
-(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test Title"
message:@"Test Message" delegate:nil cancelButtonTitle:@"Close Test Pop-Up"
otherButtonTitles:nil];
[alert show];
[alert release];
return %orig;
}
%end

still getting the same error. 

 

this is starting to get frustrating :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Homematch - Home Design Games v2.17.2 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Homematch - Home Design Games By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.homecraft
      iTunes Store Link: https://apps.apple.com/us/app/homematch-home-design-games/id1438898374?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Jailbreak required hack(s): [Mod Menu Hack] Homematch - Home Design Games v1.92.3 +2 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Like
      • 13 replies
    • Homematch - Home Design Games v2.17.2 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Homematch - Home Design Games By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.homecraft
      iTunes Store Link: https://apps.apple.com/us/app/homematch-home-design-games/id1438898374?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Homematch - Home Design Games v1.92.3 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 7 replies
    • Hero's Adventure v1.2.117 +6 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Hero's Adventure By X.D. Network Inc.
      Bundle ID: com.xd.dxlzz.global
      iTunes Store Link: https://apps.apple.com/us/app/heros-adventure/id6711347049?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Give All Items -> Head into Settings > Other and toggle the User Agreement button.
      - Unlock All Achievements -> Head into Settings > Other and toggle the Privacy Policy button.
      -- All DLC Purchased
      -- Guest Login Enabled
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 138 replies
    • Hero's Adventure v1.2.117 +6 Cheats [ Damage & Defence ]
      Modded/Hacked App: Hero's Adventure By X.D. Network Inc.
      Bundle ID: com.xd.dxlzz.global
      iTunes Store Link: https://apps.apple.com/us/app/heros-adventure/id6711347049?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - Give All Items -> Head into Settings > Other and toggle the User Agreement button.
      - Unlock All Achievements -> Head into Settings > Other and toggle the Privacy Policy button.
      -- All DLC Purchased
      -- Guest Login Enabled
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 31 replies
    • Pal Go: Tower Defense TD v0.3.86 [+7 Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      🚀 Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 54 replies
    • Pal Go: Tower Defense TD v0.3.86 [+7 Jailed Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       

      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 79 replies
    • Exfil: Loot & Extract v6.1.1 Debug Menu [+10 Cheats]
      Modded/Hacked App: Exfil: Loot & Extract By Kwalee Ltd
      Bundle ID: com.eightsec.roguehero
      iTunes Store Link: https://apps.apple.com/us/app/exfil-loot-extract/id6448720577?uo=4


       

      🤩 Hack Features

      - Debug Menu (Enable and debug menu will appear)
       
        • Agree
        • Thanks
        • Winner
        • Like
      • 17 replies
    • Exfil: Loot & Extract v6.1.1 Debug Menu [+10 Jailed Cheats]
      Modded/Hacked App: Exfil: Loot & Extract By Kwalee Ltd
      Bundle ID: com.eightsec.roguehero
      iTunes Store Link: https://apps.apple.com/us/app/exfil-loot-extract/id6448720577?uo=4

       

      🤩 Hack Features

      - Debug Menu (Enable and debug menu will appear)
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 18 replies
    • Eterspire - Fantasy MMORPG v54.0 +2 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Eterspire - Fantasy MMORPG By Stonehollow Workshop LLC
      Bundle ID: com.stonehollow-workshop.Eterspire
      iTunes Store Link: https://apps.apple.com/us/app/eterspire-fantasy-mmorpg/id1658183817?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
        • Informative
        • Agree
        • Like
      • 24 replies
    • Eterspire - Fantasy MMORPG v54.0 +2 Cheats [ Damage & Defence ]
      Modded/Hacked App: Eterspire - Fantasy MMORPG By Stonehollow Workshop LLC
      Bundle ID: com.stonehollow-workshop.Eterspire
      iTunes Store Link: https://apps.apple.com/us/app/eterspire-fantasy-mmorpg/id1658183817?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
        • Agree
        • Thanks
        • Winner
        • Like
      • 95 replies
    • Modern Warships Cheats v0.94.2 +7
      Modded/Hacked App: Modern Warships By Sergiy Petrov
      Bundle ID: com.Shooter.ModernWarships
      iTunes Store Link: https://apps.apple.com/us/app/modern-warships/id1541751298?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Infinite Ammo
      - No Reload
      - Freeze Boosters
      - Free Subscription?
       + 10% EXP
       + 50% Cash + Gold


      iOS Hack Download Link: https://iosgods.com/topic/146309-modern-warships-cheats-v0450-6/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,251 replies
    • Subway Surfers v3.48.10 +22 Jailed Cheats [ Currencies + More ]
      Modded/Hacked App: Subway Surfers By Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?uo=4


      Hack Features:
      - Unlimited Currencies
      - Freeze Currencies
      - Free In-App Purchases
      - All Characters Unlocked
      - All Boards Unlocked
      - God Mode
      - No Stumble
      - Score Multiplier
      - Speed Multiplier
      - Gravity Multiplier
      - Jump Height Multiplier
      - Air Jump Height Multiplier
      - Unlimited Jumps
      - Unlimited Powers
      - Instant Lane Change
      - Freeze Trains
      - No Clip
      - Disable All Pickup
      - No Revive Cost
      - Unlimited Jetpack Time
      - Camera Stops
      - Camera Follows


      Jailbreak required hack(s): [Mod Menu Hack] Subway Surfers v3.40.0 +20 Cheats [ Currencies + More ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 48 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines