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

    • MU: Pocket Knights v0.0.5 +3 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: MU: Pocket Knights By WEBZEN INC.
      Bundle ID: com.webzen.muidle.ios
      App Store Link: https://apps.apple.com/ph/app/mu-pocket-knights/id6742208743?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Speed Multiplier
        • Informative
        • Agree
        • Winner
        • Like
      • 29 replies
    • MU: Pocket Knights v0.0.5 +3 Cheats [ Damage + More ]
      Modded/Hacked App: MU: Pocket Knights By WEBZEN INC.
      Bundle ID: com.webzen.muidle.ios
      App Store Link: https://apps.apple.com/ph/app/mu-pocket-knights/id6742208743?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Speed Multiplier
        • Winner
        • Like
      • 14 replies
    • MARVEL Puzzle Quest: Hero RPG v329.0.713534 +4 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: MARVEL Puzzle Quest: Hero RPG By 505 Go Inc.
      Bundle ID: com.d3p.yorkMPQ
      App Store Link: https://apps.apple.com/us/app/marvel-puzzle-quest-hero-rpg/id618349779?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Unlimited Currencies -> Will increase instead of decrease.
      - Free In-App Purchases
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 104 replies
    • MARVEL Puzzle Quest: Hero RPG v329.0.713534 +4 Cheats [ Damage + More ]
      Modded/Hacked App: MARVEL Puzzle Quest: Hero RPG By 505 Go Inc.
      Bundle ID: com.d3p.yorkMPQ
      App Store Link: https://apps.apple.com/us/app/marvel-puzzle-quest-hero-rpg/id618349779?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Unlimited Currencies -> Will increase instead of decrease.
      - Free In-App Purchases
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 64 replies
    • Mergevia: Match Tiles & Merge v1.1.2 +1 Jailed Cheat [ Unlimited Everything ]
      Modded/Hacked App: Mergevia: Match Tiles & Merge By FUNJOY TECHNOLOGY LIMITED
      Bundle ID: com.starfish.mergevia.tile.match.ios
      App Store Link: https://apps.apple.com/us/app/mergevia-match-tiles-merge/id6740308450?uo=4

       
       

      🤩 Hack Features

      - Unlimited Everything
        • Like
      • 1 reply
    • Mergevia: Match Tiles & Merge v1.1.2 +1 Cheat [ Unlimited Everything ]
      Modded/Hacked App: Mergevia: Match Tiles & Merge By FUNJOY TECHNOLOGY LIMITED
      Bundle ID: com.starfish.mergevia.tile.match.ios
      App Store Link: https://apps.apple.com/us/app/mergevia-match-tiles-merge/id6740308450?uo=4

       
       

      🤩 Hack Features

      - Unlimited Everything
        • Like
      • 1 reply
    • Good Pizza, Great Pizza v5.34.3 +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds
      - Unlimited Pizza Pass Claim -> Only works if you haven't claimed that reward yet.

      VIP
      - Unlimited Pizza Pass Tokens
      - Chef Pass Unlocked
      - Max Pizza Pass Level
      - Starter Bundle Unlocked
      - All Achievements Completed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 391 replies
    • Good Pizza, Great Pizza v5.34.3 +8 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Good Pizza, Great Pizza By TAPBLAZE, LLC
      Bundle ID: com.tapblaze.pizzabusiness
      iTunes Store Link: https://apps.apple.com/us/app/good-pizza-great-pizza/id911121200?uo=4


      Hack Features:
      - Unlimited Cash
      - Unlimited Diamonds
      - Unlimited Pizza Pass Claim -> Only works if you haven't claimed that reward yet. 

      VIP
      - Unlimited Pizza Pass Tokens 
      - Chef Pass Unlocked 
      - Max Pizza Pass Level 
      - Starter Bundle Unlocked 
      - All Achievements Completed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 201 replies
    • The Kingdom: Medieval Tales v0.2.0 +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: The Kingdom: Medieval Tales By BoomBit, Inc.
      Bundle ID: com.stratospheregames.The.Kingdom.Medieval.Tales.Strategy.Building.Games
      App Store Link: https://apps.apple.com/us/app/the-kingdom-medieval-tales/id6744967226?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
        • Thanks
        • Winner
        • Like
      • 7 replies
    • The Kingdom: Medieval Tales v0.2.0 +3 Cheats [ Damage & Defence ]
      Modded/Hacked App: The Kingdom: Medieval Tales By BoomBit, Inc.
      Bundle ID: com.stratospheregames.The.Kingdom.Medieval.Tales.Strategy.Building.Games
      App Store Link: https://apps.apple.com/us/app/the-kingdom-medieval-tales/id6744967226?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
        • Informative
        • Agree
        • Winner
        • Like
      • 11 replies
    • Merge Magic! v8.7.0 +1 Cheats
      Modded/Hacked App: Merge Magic! By Gram Games
      Bundle ID: com.gramgames.mergemagic
      iTunes Store Link: https://apps.apple.com/us/app/merge-magic/id1462419002


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - unlimited currencies





      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/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using Filza or iFile, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen.
      STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: If the hack is a Mod Menu, which is usually the case nowadays, the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

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


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 103 replies
    • Merge Magic! v8.7.0 +1 Jailed Cheats
      Modded/Hacked App: Merge Magic! By Gram Games
      Bundle ID: com.gramgames.mergemagic
      iTunes Store Link: https://apps.apple.com/us/app/merge-magic/id1462419002?uo=4&at=1010lce4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Add Gems - Tap on Sound Button in Settings
      - Add Coins - Tap on Music Button in Settings
      - Add Woods - Tap on Tutorial Button in Settings

      This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
        • Informative
        • Thanks
        • Winner
        • Like
      • 79 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