Jump to content

42 posts in this topic

Recommended Posts

Posted

Hey guys biz again,

im stuck on creating my first patch conquered afew problems i.e. Preference.h file then pthread.h file missing now I'm stuck on these and I'm lost ⬇️


Bizzy:/var/mobile/firstpatch root# make package
/var/mobile/firstpatch/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/var/mobile/firstpatch/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 bundle firstPatch...
 Copying resource directories into the bundle wrapper...
 Linking bundle firstPatch...

⬇️⬇️ Errors start ⬇️⬇️
ld: library not found for -lobjc
clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/firstPatch.bundle/firstPatch.64873355.unsigned] Error 1
make[1]: *** [internal-bundle-all_] Error 2
make: *** [firstPatch.all.bundle.variables] Error 2
Got far in learning all this today and Thanks for your time 

biz 

  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Posted
2 minutes ago, staybizzy said:

Hey guys biz again,

im stuck on creating my first patch conquered afew problems i.e. Preference.h file then pthread.h file missing now I'm stuck on these and I'm lost ⬇️


Bizzy:/var/mobile/firstpatch root# make package
/var/mobile/firstpatch/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/var/mobile/firstpatch/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 bundle firstPatch...
 Copying resource directories into the bundle wrapper...
 Linking bundle firstPatch...

⬇️⬇️ Errors start ⬇️⬇️
ld: library not found for -lobjc
clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/firstPatch.bundle/firstPatch.64873355.unsigned] Error 1
make[1]: *** [internal-bundle-all_] Error 2
make: *** [firstPatch.all.bundle.variables] Error 2
Got far in learning all this today and Thanks for your time 

biz 

Show your tweak.xm.

Posted

If correct 

 

ifeq ($(THEOS_CURRENT_INSTANCE),)
        include $(THEOS_MAKE_PATH)/master/tweak.mk
else
        ifeq ($(_THEOS_CURRENT_TYPE),tweak)
                include $(THEOS_MAKE_PATH)/instance/tweak.mk
        endif
endif

 

 

this what u mean sorry I'm new to this lol I can't find tweak.xm just tweak.mk 

Posted

Make sure to quote me or mention me so I see your reply.

On 01/10/2017 at 12:01 PM, staybizzy said:

If correct 

 

ifeq ($(THEOS_CURRENT_INSTANCE),)
        include $(THEOS_MAKE_PATH)/master/tweak.mk
else
        ifeq ($(_THEOS_CURRENT_TYPE),tweak)
                include $(THEOS_MAKE_PATH)/instance/tweak.mk
        endif
endif

 

this what u mean sorry I'm new to this lol I can't find tweak.xm just tweak.mk 

The tweak.xm is what you modified to make your tweak... usually in '/var/mobile/(YOURTWEAK)/'.

It should be a text file with your tweak in it, just copy the text.

However it looks like a missing file problem as well you even said that.

What SDK do you have in your theos folder? Get the one for your iOS version, it seems you are missing files.

Posted
16 minutes ago, staybizzy said:

@fadexz yeh I figured it all out I know where to find it now ?? thanks again ?

No problem. (y)

BTW you didn't mention me properly but oh well.

Posted

@Fadexz Ok so I got them errors sorted out but now I get this ⬇️⬇️⬇️⬇️

Tweak.xm:16: error: %end does not make sense inside a block

**this is my tweak.xm **

 

%hook SBPowerDownController

-{void)orderFront{

UIAlertView *alert = [UIAlertView alloc]initWithTitle:@"hello"

message:@"??Noooo??" 
delegate:self

cancelButtonTitle:@"okey"
otherButtonTitles:nil];

[alert show];

}

%end

----------------

I know it's something simple but ive tried to copy %end from others, rewriting it and still says same thing can someone please tell me what I'm doing wrong haha had me up a few nights now haha thanks for all ur help

biz 

Oh I went from patch to tweak and started all projects again ☹️

Posted

Update ---- @Fadexz

Fixed the %end error 

now saying 

Compiling Tweak.xm...
 Linking tweak Biztweak...
ld: library not found for -lobjc
clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [obj/Biztweak.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [Biztweak.all.tweak.variables] Error 2

i have sdks 8.1 and also 10.1 in the include folder haha so I'm lost again lol 

@DiDA can you shine some light please 

tweak.xm - 

#import <substrate.h>
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

%hook SBPowerDownController

-(void)orderFront{

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"hello"

message:@"??Noooo??" 
delegate:self

cancelButtonTitle:@"okey"
otherButtonTitles:nil];

[alert show];

}

%end

 

 

¯\_(ツ)_/¯  help ?

@Joka any ideas buddy ? 

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

    • My Talking Tom 2 Cheats v25.2.3 +2
      Modded/Hacked App: My Talking Tom 2 by Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtom2
      iTunes Store Link: https://itunes.apple.com/us/app/my-talking-tom-2/id1337578317?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - No Ads


      Hack Download Link: https://iosgods.com/topic/82755-arm64-my-talking-tom-2-cheats-v102002-1/
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 712 replies
    • My Talking Angela 2 Cheats v25.2.2 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
        • Informative
        • Agree
        • Like
      • 112 replies
    • Found It! Hidden Object Game Cheats v1.49.80 +4
      Modded/Hacked App: Found It! Hidden Object Game By Lion Studios Plus LLC
      Bundle ID: games.urmobi.found.it
      App Store Link: https://apps.apple.com/us/app/found-it-hidden-object-game/id1643547847?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

      - Infinite Boosters
      - Free Store (not Free iAP)
      - No Ads Enabled
      - Premium Maps Enabled

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/196821-found-it-hidden-object-game-v148304-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/196820-found-it-hidden-object-game-cheats-v148304-4/
      • 3 replies
    • My Talking Tom Friends Cheats v25.2.2 +2
      Modded/Hacked App: My Talking Tom Friends By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtomfriends
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-tom-friends/id1473424857?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

      - Infinite Coins
      - No Ads

      Non-Jailbroken Hack: https://iosgods.com/topic/128377-my-talking-tom-friends-v392-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/128376-my-talking-tom-friends-cheats-v2510-2/
        • Informative
        • Like
      • 152 replies
    • Merge Clash Tower Defense V13.2 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Merge Clash: Tower Defense By Block Puzzle Games Inc.
      Bundle ID: merge.clash
      iTunes Store Link: https://apps.apple.com/us/app/merge-clash-tower-defense/id1506854108?uo=4


      Hack Features:
      - Gems Max

      - Gold Max

      - DMG Multi

      - ATK Range Multi

      - Critical Multi

      - ATK Tower CD
        • Winner
        • Like
      • 38 replies
    • Merge Clash Tower Defense V13.2 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Merge Clash: Tower Defense By Block Puzzle Games Inc.
      Bundle ID: merge.clash
      iTunes Store Link: https://apps.apple.com/us/app/merge-clash-tower-defense/id1506854108?uo=4


      Hack Features:

      - Gems Max

      - Gold Max

      - DMG Multi

      - ATK Range Multi

      - Critical Multi

      - ATK Tower CD
      • 19 replies
    • Boom Castle Tower Defense TD v1.5.1 [ +7 Jailed ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:

      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      - Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ]


      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/
      • 43 replies
    • Boom Castle Tower Defense TD v1.5.1 [ +7 Cheats ] Easy Win
      Modded/Hacked App: Boom Castle: Tower Defense TD By Terahype s.r.o.
      Bundle ID: castle.heroes.tower.defense.kingdom.magic.battle.archer
      iTunes Store Link: https://apps.apple.com/us/app/boom-castle-tower-defense-td/id6502820312?uo=4


      Hack Features:
      - Enemy Status [ HP DEF ]

      - Base HP 

      - Battle Cost 0 

      -  Stage Unlocked [ Play Any Stage ]

      - Battle Pass Unlocked 

      - Battle Pass Claim Unlimited [ Gems Gold ]

      - iGG Speed Hack Max 0 - 10 [ Skill CD - ATK Speed - Animation Speed - Wave Faster ] 


      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/
      • 47 replies
    • Solo Leveling:Arise v1.2.76 Jailed Cheats +2
      Modded/Hacked App: Solo Leveling:Arise By Netmarble Corporation
      Bundle ID: com.netmarble.sololv
      iTunes Store Link: https://apps.apple.com/us/app/solo-leveling-arise/id1662742277?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Immunte to Physical Damage
      - Multiply Attack



      iOS Hack Download IPA Link: https://iosgods.com/topic/184739-solo-levelingarise-v1265-jailed-cheats-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 388 replies
    • Dopamine Hit Cheats v3.0.1 +5
      Modded/Hacked App: Dopamine Hit By Mobigames INC.
      Bundle ID: com.mobigames.fakeroem
      App Store Link: https://apps.apple.com/us/app/dopamine-hit/id6736514242?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

      - God Mode
      - Multiply Attack
      - No Skills Cooldown
      - Freeze Currencies
      - PREMIUM

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/196879-dopamine-hit-cheats-v2120-5/
      • 15 replies
    • What Duck v1.0.27 [ +6 Cheats ] Currency Max
      Modded/Hacked App: What Duck By Nexelon inc.
      Bundle ID: com.nexelon.duckwars
      App Store Link: https://apps.apple.com/us/app/what-duck/id6744432301?uo=4

      🤩 Hack Features

      - ADS No [ Rewards Free ]

      - Currency

      - Resources

      - Battle Coins

      - Energy

      - Free Pass [ Claim Unlimited ]
      • 10 replies
    • What Duck v1.0.27 [ +6 Jailed ] Currency Max
      Modded/Hacked App: What Duck By Nexelon inc.
      Bundle ID: com.nexelon.duckwars
      App Store Link: https://apps.apple.com/us/app/what-duck/id6744432301?uo=4


      🤩 Hack Features

      - ADS No [ Rewards Free ]

      - Currency

      - Resources

      - Battle Coins

      - Energy

      - Free Pass [ Claim Unlimited ]
      • 18 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