Jump to content

6 posts in this topic

Recommended Posts

Posted (edited)

Hello all,

Once the project is created, when I do the make package install command, I get this error:

https://ibb.co/XbpG02K

 

here is my makefiles:

TARGET = iphone:clang:latest:8.0

# THEOS_DEVICE_IP = 127.0.0.1 -p 2222 # install to device from pc

ARCHS = arm64 #arm64e

DEBUG = 0

FINALPACKAGE = 1

FOR_RELEASE = 1

 

# 0 to treat warnings as errors, 1 otherwise.

IGNORE_WARNINGS=0

 

# only set this  to 1 if you are on mobile theos

# assuming you have an sdk at your theos sdks directory

# this will include c++ headers and other needed headers for your project so you don't need to manually include them or something like that

# if some c++ headers are still missing in your sdk like "initializer_list" then manually copy them to your c++ headers directory and not your project folder

# for example in my case c++ headers directory is located at/private/var/theos/sdks/iPhoneOS11.2.sdk/usr/include/c++/4.2.1/

# please note, do not include c++ headers in your theos includes to enable c++ which is a ghetto solution and use this approach instead

MOBILE_THEOS=1

ifeq ($(MOBILE_THEOS),1)

  # path to your sdk

  SDK_PATH = /var/theos/sdks/iPhoneOS11.2.sdk/

  $(info ===> Setting SYSROOT to $(SDK_PATH)...)

  SYSROOT = $(SDK_PATH)

else

  TARGET = iphone:clang:latest:8.0

endif

 

 

## Common frameworks ##

PROJ_COMMON_FRAMEWORKS = UIKit Foundation Security QuartzCore CoreGraphics CoreText

 

## source files ##

KITTYMEMORY_SRC = $(wildcard KittyMemory/*.cpp)

SCLALERTVIEW_SRC =  $(wildcard SCLAlertView/*.m)

MENU_SRC = Menu.mm

 

include /var/theos/makefiles/common.mk

 

TWEAK_NAME = bloodyharry2

 

bloodyharry2_CFLAGS = -fobjc-arc

bloodyharry2_CCFLAGS = -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG

 

ifeq ($(IGNORE_WARNINGS),1)

  bloodyharry2_CFLAGS += -w

  bloodyharry2_CCFLAGS += -w

endif

 

 

bloodyharry2_FILES = Tweak.xm $(MENU_SRC) $(KITTYMEMORY_SRC) $(SCLALERTVIEW_SRC)

 

bloodyharry2_LIBRARIES += substrate

 

bloodyharry2_FRAMEWORKS = $(PROJ_COMMON_FRAMEWORKS)

# GO_EASY_ON_ME = 1

 

include /var/theos/makefiles/tweak.mk

 

internal-package-check::

@chmod 777 versionCheck.sh # Give permission to script 

@./versionCheck.sh # Script to verify template's current version

 

after-install::

install.exec "killall -9 Bloody Harry || :"

 

I'm on an iphone 7 plus running IOS 12.

When installing theos, I selected the in the terminal "theosinstaller 13.1".

 

I used this tutorial for theos:

Easy Install Instructions (works on iOS 11 & iOS 12):
On iOS 11+, the easiest way to install theos is using jakeashacks' theosinstaller.
1. First of all, add https://jakeashacks.net/cydia/ to your sources in Cydia.
2. Now install the "Theos Installer" package from the repo you just added.
3. Open PuTTY or NewTerm2, run this command as root:

theosinstaller 9.3

Replace "9.3" with the SDK version of your choice.
4. Once you run that command, everything will startinstalling automatically and once it's all done, you can run theos using: /var/theos/bin/nic.pl

 

If it can help.

Thank you in advance for your help! 

  •  
Updated by DeMoN3X
Posted

Hello,

The error has been posted and solved before on iOSGods, have you tried searching?

Posted

Yes, I remember  @Ted2 said he made a fix but he didnt updated it in the menu! 🤔But not sure if was about this error or another...Anyway, you can search see if you find any topic...

Posted

I have already tried everything, including Darwin-arm in Darwin-arm64 for target and platform, but I still have the error.

 

No, I installed theos sdk 13.1, above this is just the tutorial I used to install theos.

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

    • Night Hunt: The Vampire Tower v1.2.3 +3 Jailed Cheats [ God Mode ]
      Modded/Hacked App: Night Hunt: The Vampire Tower By Mirrormagic Games Ltd
      Bundle ID: com.mirrormagic.vampires
      App Store Link: https://apps.apple.com/us/app/night-hunt-the-vampire-tower/id6746669165?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - No Skill Cooldown
      - All Skills Unlocked In-Game
      • 5 replies
    • Night Hunt: The Vampire Tower v1.2.3 +3 Cheats [ God Mode ]
      Modded/Hacked App: Night Hunt: The Vampire Tower By Mirrormagic Games Ltd
      Bundle ID: com.mirrormagic.vampires
      App Store Link: https://apps.apple.com/us/app/night-hunt-the-vampire-tower/id6746669165?uo=4

       


      🤩 Hack Features

      - God Mode
      - No Skill Cooldown
      - All Skills Unlocked In-Game
      • 4 replies
    • Dawn of Ages: Medieval Games v2.1.3 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled
      • 34 replies
    • Dawn of Ages: Medieval Games v2.1.3 +5 Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?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
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled

       

      ⬇️ 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

      - @Puddin
      - @Laxus

       

      📷 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.
      • 39 replies
    • Dream Resort - Match 3 Games v1.6.0 [ +7 Jailed ] Auto Win
      Modded/Hacked App: Dream Resort - Match 3 Games By F.O.G LIMITED
      Bundle ID: com.dream.resort.candy.match.mania.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-resort-match-3-games/id6737011572?uo=4
       

      🚀 Hack Features

      - Auto ADS Disable

      - Coins

      - Diamonds

      - Lives Cost

      - Moves Freeze

      - Booster [ Buy Get Unlimited After use Then work ]

      - Auto win 


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 22 replies
    • Dream Resort - Match 3 Games v1.6.0 [ +7 Cheats ] Auto Win
      Modded/Hacked App: Dream Resort - Match 3 Games By F.O.G LIMITED
      Bundle ID: com.dream.resort.candy.match.mania.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-resort-match-3-games/id6737011572?uo=4

       

      🔧 Mod Requirements

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

       

      🚀 Hack Features

      - Auto ADS Disable

      - Coins

      - Diamonds

      - Lives Cost

      - Moves Freeze

      - Booster [ Buy Get Unlimited After use Then work ]

      - Auto win 


      🍏 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/
      • 22 replies
    • Merge & Blast: Dream Island v2.25.0 [ +2 Cheats ] Auto Win
      Modded/Hacked App: Merge & Blast: Dream Island By Dreamo, Inc.
      Bundle ID: com.dreamo.woodyblast
      iTunes Store Link: https://apps.apple.com/us/app/merge-blast-dream-island/id1668748189?uo=4


      🤩 Hack Features

      - Auto Win
      - Coin + Moves [ Disable After Get ]




      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 16 replies
    • Merge & Blast: Dream Island v2.25.0 [ +2 Jailed ] Auto Win
      Modded/Hacked App: Merge & Blast: Dream Island By Dreamo, Inc.
      Bundle ID: com.dreamo.woodyblast
      iTunes Store Link: https://apps.apple.com/us/app/merge-blast-dream-island/id1668748189?uo=4

       

      🤩 Hack Features

      - Auto Win
      - Coin + Moves [ Disable After Get ]




      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 23 replies
    • Pocket Necro v1.6.4 [ +11 Cheats ] Gold Unlimited
      Modded/Hacked App: Pocket Necromancer By Sandsoft Publishing Company
      Bundle ID: com.quicksand.pocketnecromancer
      iTunes Store Link: https://apps.apple.com/us/app/pocket-necromancer/id6450004790?uo=4


      Hack Features:
      - ADS NO [ Reward Fee ]

      - Premium Active

      - Energy Cost 0

      - Energy Increaser

      - Gold Unlimited [ Win Battle ] Rewards

      - Stage Unlocked

      - Chapter Unlocked +2

      - Play Any [ Stage & Ch ]

      - Never Die

      - DMG

      - Speed Mov

      - Bullet Max [ Works With Weapon Only Just Equip ]


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 59 replies
    • Pocket Necro v1.6.4 [ +11 Jailed ] Gold Unlimited
      Modded/Hacked App: Pocket Necromancer By Sandsoft Publishing Company
      Bundle ID: com.quicksand.pocketnecromancer
      iTunes Store Link: https://apps.apple.com/us/app/pocket-necromancer/id6450004790?uo=4


      Hack Features:

      - ADS NO [ Reward Fee ]

      - Premium Active

      - Energy Cost 0

      - Energy Increaser

      - Gold Unlimited [ Win Battle ] Rewards

      - Stage Unlocked

      - Chapter Unlocked +2

      - Play Any [ Stage & Ch ]

      - Never Die

      - DMG

      - Speed Mov

      - Bullet Max [ Works With Weapon Only Just Equip ]

       
      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App
        • Informative
      • 65 replies
    • RiftCraft v2.43.15 [ +4 Cheats ] Auto Win
      Modded/Hacked App: RiftCraft By Sneaky Panda LTD
      Bundle ID: com.sneakypanda.riftcraft
      App Store Link: https://apps.apple.com/us/app/riftcraft/id6744392381?uo=4 

      🤩 Hack Features

      - Auto Win [ PvP & Stage ]
      - ADS [ Rewards Free ]
      - Gems
      - Tokens
      • 4 replies
    • RiftCraft v2.43.15 [ +4 Jailed ] Auto Win
      Modded/Hacked App: RiftCraft By Sneaky Panda LTD
      Bundle ID: com.sneakypanda.riftcraft
      App Store Link: https://apps.apple.com/us/app/riftcraft/id6744392381?uo=4
       

      🤩 Hack Features

      - Auto Win [ PvP & Stage ]
      - ADS [ Rewards Free ]
      - Gems
      - Tokens
      • 3 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