Jump to content

Making .deb Terminal error


Go to solution Solved by castix,

25 posts in this topic

Recommended Posts

Posted
Alright I got the 7.1 SDK but I still got this

 

Last login: Thu Oct 1 07:01:03 on ttys000

iPhone:~ mobile$ su

Password:

iPhone:/var/mobile root# cd /var/mobile/starwarfare2hack

iPhone:/var/mobile/starwarfare2hack root# make

/var/mobile/starwarfare2hack/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.

/var/mobile/starwarfare2hack/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.

Making all for tweak StarWarfare2Hack...

Preprocessing Tweak.xm...

Compiling Tweak.xm...

In file included from <built-in>:181:

In file included from <command line>:3:

In file included from /var/mobile/starwarfare2hack/theos/Prefix.pch:4:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:10:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:13:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h:10:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:11:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:11:

In file included from /var/mobile/starwarfare2hack/theos/include/UIKit/UISwipeGestureRecognizer.h:10:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:9:

In file included from /var/mobile/starwarfare2hack/theos/include/UIKit/UIGestureRecognizer.h:6:

In file included from /var/mobile/starwarfare2hack/theos/include/UIKit/UIKit-Structs.h:15:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:30:

In file included from /var/mobile/starwarfare2hack/theos/include/QuartzCore/CAValueFunction.h:9:

In file included from /var/mobile/starwarfare2hack/theos/include/QuartzCore/QuartzCore-Structs.h:11:

In file included from /var/mobile/starwarfare2hack/theos/include/IOSurface/IOSurface.h:20:

/var/mobile/starwarfare2hack/theos/include/IOSurface/IOSurfaceAPI.h:251:1: error:

unknown type name 'xpc_object_t'; did you mean 'io_object_t'?

xpc_object_t IOSurfaceCreateXPCObject(IOSurfaceRef aSurface...

^

/var/mobile/starwarfare2hack/theos/include/IOKit/IOTypes.h:169:21: note:

'io_object_t' declared here

typedef mach_port_t io_object_t;

^

In file included from <built-in>:181:

In file included from <command line>:3:

In file included from /var/mobile/starwarfare2hack/theos/Prefix.pch:4:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:10:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:13:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibilityAdditions.h:10:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPickerView.h:11:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:11:

In file included from /var/mobile/starwarfare2hack/theos/include/UIKit/UISwipeGestureRecognizer.h:10:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISwipeGestureRecognizer.h:9:

In file included from /var/mobile/starwarfare2hack/theos/include/UIKit/UIGestureRecognizer.h:6:

In file included from /var/mobile/starwarfare2hack/theos/include/UIKit/UIKit-Structs.h:15:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:

In file included from /var/mobile/starwarfare2hack/theos/sdks/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:30:

In file included from /var/mobile/starwarfare2hack/theos/include/QuartzCore/CAValueFunction.h:9:

In file included from /var/mobile/starwarfare2hack/theos/include/QuartzCore/QuartzCore-Structs.h:11:

In file included from /var/mobile/starwarfare2hack/theos/include/IOSurface/IOSurface.h:20:

/var/mobile/starwarfare2hack/theos/include/IOSurface/IOSurfaceAPI.h:251:62: error:

expected function body after function declarator

...IOSurfaceCreateXPCObject(IOSurfaceRef aSurface) XPC_RETURNS_...

^

/var/mobile/starwarfare2hack/theos/include/IOSurface/IOSurfaceAPI.h:255:43: error:

unknown type name 'xpc_object_t'; did you mean 'io_object_t'?

IOSurfaceRef IOSurfaceLookupFromXPCObject(xpc_object_t xobj...

^

/var/mobile/starwarfare2hack/theos/include/IOKit/IOTypes.h:169:21: note:

'io_object_t' declared here

typedef mach_port_t io_object_t;

^

3 errors generated.

make[2]: *** [obj/Tweak.xm.e307a184.o] Error 1

make[1]: *** [internal-library-all_] Error 2

make: *** [starWarfare2Hack.all.tweak.variables] Error 2

iPhone:/var/mobile/starwarfare2hack root#

Posted

Here is a better IOSurfaceAPI.h

 

Hidden Content

Now I got this...

 

iPhone:~ mobile$ su

Password:

iPhone:/var/mobile root# cd /var/mobile/starwarfare2hack

iPhone:/var/mobile/starwarfare2hack root# make

/bin/sh: /var/mobile/starwarfare2hack/theos/bin/target.pl: /usr/bin/perl: bad interpreter: No such file or directory

theos/makefiles/common.mk:103: *** You did not specify a target, and the "iphone" platform does not define a default target. Stop.

iPhone:/var/mobile/starwarfare2hack root#

  • Like 1
Posted

Now I got this...

 

iPhone:~ mobile$ su

Password:

iPhone:/var/mobile root# cd /var/mobile/starwarfare2hack

iPhone:/var/mobile/starwarfare2hack root# make

/bin/sh: /var/mobile/starwarfare2hack/theos/bin/target.pl: /usr/bin/perl: bad interpreter: No such file or directory

theos/makefiles/common.mk:103: *** You did not specify a target, and the "iphone" platform does not define a default target. Stop.

iPhone:/var/mobile/starwarfare2hack root#

Good that error is gone. You need to have Perl installed from the cydia repo http://coolstar.org/publicrepo

Posted

Here is a better IOSurfaceAPI.h

 

I don't think you can post download links to these headers (IOSurface)

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

    • World Eater and Probiotic Hero v2.0.0 +3 Cheats
      Modded/Hacked App: World Eater and Probiotic Hero By Hiromichi Nonaka
      Bundle ID: com.HiArda.SpR
      App Store Link: https://apps.apple.com/us/app/world-eater-and-probiotic-hero/id6667103099?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Pass Unlocked

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 0 replies
    • Archero Cheats v7.3.2 +5 [ God Mode & More ]
      Modded/Hacked App: Archero by HABBY PTE. LTD.
      Bundle ID: com.habby.archero
      iTunes Store Link: https://apps.apple.com/us/app/archero/id1453651052?uo=4&at=1010lce4



      Hack Features:
      - Multiply Defense to
      - Multiply Damage to
      - God Mode
      - OHK (Must use with God Mode)
      - Freeze Enemies

      NOTE: If you want to use god mode and ohk turn off multiply damage and defense first. I added multiply damage and defense there to avoid ban


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/100710-archero-v210-enemies-dont-attack-x30-attack/


      Hack Download Link: https://iosgods.com/topic/96783-arm64-archero-cheats-v220-5/
      • 15,910 replies
    • Seaside Escape®: Merge & Story v1.83.5 [+2 Jailed Cheats]
      Modded/Hacked App: Seaside Escape®: Merge & Story By Microfun Limited
      Bundle ID: com.mf.cupcake
      App Store Link: https://apps.apple.com/us/app/seaside-escape-merge-story/id6443755785?uo=4

       

      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency
        • Thanks
        • Like
      • 20 replies
    • Seaside Escape®: Merge & Story v1.83.5 [+2 Cheats]
      Modded/Hacked App: Seaside Escape®: Merge & Story By Microfun Limited
      Bundle ID: com.mf.cupcake
      App Store Link: https://apps.apple.com/us/app/seaside-escape-merge-story/id6443755785?uo=4



      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency
       
      • 14 replies
    • Flambé: Merge and Cook v1.29.1 [+2 Jailed Cheats]
      Modded/Hacked App: Flambé: Merge and Cook By Microfun Limited
      Bundle ID: com.mf.cola
      App Store Link: https://apps.apple.com/us/app/flamb%C3%A9-merge-and-cook/id6618142292?uo=4



      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency (Gold, Gem and Skip Ticket)
        • Thanks
        • Like
      • 14 replies
    • Flambé: Merge and Cook v1.29.1 [+2 Cheats]
      Modded/Hacked App: Flambé: Merge and Cook By Microfun Limited
      Bundle ID: com.mf.cola
      App Store Link: https://apps.apple.com/us/app/flamb%C3%A9-merge-and-cook/id6618142292?uo=4

       

      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency (Gold, Gem and Skip Ticket)
       
        • Thanks
      • 16 replies
    • Gossip Harbor®: Merge & Story v3.77.0 [+2 Jailed Cheats]
      Modded/Hacked App: Gossip Harbor®: Merge & Story By Microfun Limited
      Bundle ID: com.mergegame.icookie
      App Store Link: https://apps.apple.com/us/app/gossip-harbor-merge-story/id1623318294?uo=4



      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency (Never Decrease)
        • Agree
        • Winner
        • Like
      • 50 replies
    • Gossip Harbor®: Merge & Story v3.77.0 [+2 Cheats]
      Modded/Hacked App: Gossip Harbor®: Merge & Story By Microfun Limited
      Bundle ID: com.mergegame.icookie
      App Store Link: https://apps.apple.com/us/app/gossip-harbor-merge-story/id1623318294?uo=4



      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency (Never Decrease)
       
        • Agree
      • 21 replies
    • Z Survivor: Backpack Shooter v0.86 [+2 Cheats]
      Modded/Hacked App: Z Survivor: Backpack Shooter By Tapped Ltd
      Bundle ID: com.tapped.zsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/z-survivor-backpack-shooter/id6557072922?uo=4



      🤩 Hack Features

      - Debug Menu (Auto Play, Skip Level and more)
      - Never Die
      - Unlimited Resource (Currency, Keys, Blueprints)
        • Like
      • 21 replies
    • Z Survivor: Backpack Shooter v0.86 [+2 Jailed Cheats]
      Modded/Hacked App: Z Survivor: Backpack Shooter By Tapped Ltd
      Bundle ID: com.tapped.zsurvivor
      iTunes Store Link: https://apps.apple.com/us/app/z-survivor-backpack-shooter/id6557072922?uo=4



      🤩 Hack Features

      - Debug Menu (Auto Play, Skip Level and more)
      - Never Die
      - Unlimited Resource (Currency, Keys, Blueprints)
      • 22 replies
    • Rogue Defense: Hybrid Tower TD v4.7.0 [+2 Jailed Cheats]
      Modded/Hacked App: Rogue Defense: Hybrid Tower TD By CYBERJOY LIMITED
      Bundle ID: com.cyberjoy.x3
      App Store Link: https://apps.apple.com/us/app/rogue-defense-hybrid-tower-td/id6749408222?uo=4



      🤩 Hack Features

      - High Damage
      - Activate SVip
        • Agree
        • Haha
      • 8 replies
    • Rogue Defense: Hybrid Tower TD v4.7.0 [+2 Cheats]
      Modded/Hacked App: Rogue Defense: Hybrid Tower TD By CYBERJOY LIMITED
      Bundle ID: com.cyberjoy.x3
      App Store Link: https://apps.apple.com/us/app/rogue-defense-hybrid-tower-td/id6749408222?uo=4



      🤩 Hack Features

      - High Damage
      - Activate SVip
       
        • Like
      • 20 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