Jump to content

ld: library not found for -lobjc theos error


Jbro129

6 posts in this topic

Recommended Posts

I am trying to compile a theos patcher and I recieve errors while compiling it. I am on ios 9.0.2 iPad Mini 4.

Here is regular "make package"

i75w1qa.png

 

Here is "make package messages=yes"

1a5Ohp0.png

 

Here is my Makefile

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest
#CFLAGS = -fobjc-arc
#THEOS_PACKAGE_DIR_NAME = debs

include theos/makefiles/common.mk

TWEAK_NAME = TerrariaMod
TerrariaMod_FILES = Tweak.xm
TerrariaMod_FRAMEWORKS = UIKit
TerrariaMod_LDFLAGS += -Wl,-segalign,4000

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
	install.exec "killall -9 SpringBoard"
SUBPROJECTS += TerrariaMod autolipo
include $(THEOS_MAKE_PATH)/aggregate.mk

 

I tried ldid -S "binary" for the usual commands needed for theos and I recieve an error for ldid also.

AvGhRWO.png

Link to comment
Share on other sites

1 hour ago, Fadexz said:

I'm not 100% sure but it looks like you are missing some frameworks in your include folder IDK.

You can try and get a more updated SDK https://github.com/theos/sdks

I am using the ios 8.1 sdk.  I found this download for it from @Ted2 on another thread somewhere.

http://www94.zippyshare.com/v/tfVYO2ju/file.html

Link to comment
Share on other sites

When you go to /var/theos/sdks/'yoursdk'/usr/lib

 

do you have a libojc here? I have two.

 

Also, I remember this error. I THINK i fixed it by adding the iOS 10 sdks to the sdks folder to it (without removing ios 8 one)

 

get it here: https://github.com/theos/sdks?files=1

Link to comment
Share on other sites

7 hours ago, Ted2 said:

When you go to /var/theos/sdks/'yoursdk'/usr/lib

 

do you have a libojc here? I have two.

 

Also, I remember this error. I THINK i fixed it by adding the iOS 10 sdks to the sdks folder to it (without removing ios 8 one)

 

get it here: https://github.com/theos/sdks?files=1

You fixed it but the game loads up then crashes shortly after even when no patches are applied.

https://drive.google.com/file/d/1t5sy3fqpHSgcNjgmGNxR7Uhi44hWMDlK/view?usp=sharing

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

#define PLIST_PATH @"/var/mobile/Library/Preferences/com.jbro129.terrariamod.plist"

inline bool GetPrefBool(NSString *key) {
		return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}

%ctor {
	if(GetPrefBool(@"dev")) {
		writeData(0x0, 0x0);
	} else {
		writeData(0x0, 0x0);
}


	if(GetPrefBool(@"craft")) {
		writeData(0x, 0x0);
		writeData(0x, 0x0);
		writeData(0x, 0x0);
	} else {
		writeData(0x, 0x0);
		writeData(0x, 0x0);
		writeData(0x, 0x0);
}


	if(GetPrefBool(@"health")) {
		writeData(0x, 0x);
		writeData(0x, 0x);
	} else {
		writeData(0x, 0x);
		writeData(0x, 0x);
}


	if(GetPrefBool(@"block")) {
		writeData(0x, 0x);
	} else {
		writeData(0x, 0x);
}

}




%hook AppDelegate


- (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {
UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"Terraria Mod Menu" 
                                                  message:@"Mod By Jbro129"
                                                 delegate:self 
										cancelButtonTitle:@"Continue" 
										otherButtonTitles:@"Subscribe", nil]; 
[igcredits show];
[igcredits release]; 
return %orig();
}
 
%new
-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
 
NSString *button = [alertView buttonTitleAtIndex:buttonIndex];
 
	if([button isEqualToString:@"Subscribe"])
	{
		[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://youtube.com/Jbro129"]];                                                                                
	}
}
%end

 

I removed the offsets because I just dont like sharing offsets.

That google drive link is a video I recorded display recorder.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Homematch - Home Design Games v1.95.1 +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/
      • 4 replies
    • [ VIP ] Zombie State: Rogue-like FPS v1.0.0 +9 Jailed Cheats [ God Mode & O-HK ]
      Modded/Hacked App: Zombie State: Rogue-like FPS By MY.GAMES B.V.
      Bundle ID: games.my.zombie.shooter
      iTunes Store Link: https://apps.apple.com/gb/app/zombie-state-rogue-like-fps/id6451382835?uo=4


      Hack Features:
      - Unlimited Ammo -> Will not decrease.
      - No Recoil
      - No Spread
      - God Mode
      - One-Hit Kill
      - Unlimited Currencies -> Will not decrease.
      - Unlock All Heroes
      - Unlock All Weapons
      - Battle Pass Purchased


      Jailbreak required hack(s): [Mod Menu Hack] [ VIP ] Zombie State: Rogue-like FPS +13 Cheats [ Damage & Defence ] - 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/
        • Like
      • 33 replies
    • [ VIP ] Zombie State: Rogue-like FPS v1.0.0 +13 Cheats [ Damage & Defence ]
      Modded/Hacked App: Zombie State: Rogue-like FPS By MY.GAMES B.V.
      Bundle ID: games.my.zombie.shooter
      iTunes Store Link: https://apps.apple.com/gb/app/zombie-state-rogue-like-fps/id6451382835?uo=4


      Hack Features:
      - Unlimited Ammo -> Will not decrease.
      - No Recoil
      - No Spread
      - Increased Fire Rate
      - Damage Multiplier
      - Defence Multiplier
      - Currency Hack -> Input a value then spend some to gain that much.
      - Move Speed Multiplier
      - Kill All Enemies
      - Become Invisible
      - Unlock All Heroes
      - Unlock All Weapons
      - Battle Pass Purchased


      Non-Jailbroken & No Jailbreak required hack(s): [No Jailbreak Required] [ VIP ] Zombie State: Rogue-like FPS +9 Jailed Cheats [ God Mode & O-HK ] - ViP Non-Jailbroken Hacks & 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/
      • 41 replies
    • [ FREE ] Zombie State: Rogue-like FPS v1.0.0 +3 Jailed Cheats [ Unlimited Ammo ]
      Modded/Hacked App: Zombie State: Rogue-like FPS By MY.GAMES B.V.
      Bundle ID: games.my.zombie.shooter
      iTunes Store Link: https://apps.apple.com/gb/app/zombie-state-rogue-like-fps/id6451382835?uo=4


      Hack Features:
      - Unlimited Ammo -> Will not decrease.
      - No Recoil
      - No Spread


      Jailbreak required hack(s): [Mod Menu Hack] [ FREE ] Zombie State: Rogue-like FPS +4 Cheats [ Unlimited Ammo ] - 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/
      • 15 replies
    • [ FREE ] Zombie State: Rogue-like FPS v1.0.0 +4 Cheats [ Unlimited Ammo ]
      Modded/Hacked App: Zombie State: Rogue-like FPS By MY.GAMES B.V.
      Bundle ID: games.my.zombie.shooter
      iTunes Store Link: https://apps.apple.com/gb/app/zombie-state-rogue-like-fps/id6451382835?uo=4


      Hack Features:
      - Unlimited Ammo -> Will not decrease.
      - No Recoil
      - No Spread
      - Increased Fire Rate


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] [ FREE ] Zombie State: Rogue-like FPS +3 Jailed Cheats [ Unlimited Ammo ] - 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/
        • Haha
      • 18 replies
    • Homematch - Home Design Games v1.95.1 +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/
      • 4 replies
    • Good Pizza, Great Pizza v5.9.1 +2 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


      Jailbreak required hack(s): [Mod Menu Hack] Good Pizza, Great Pizza v5.5.6 +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/
      • 41 replies
    • Good Pizza, Great Pizza v5.9.1 +2 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


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Good Pizza, Great Pizza v5.5.6 +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/
      • 26 replies
    • Earth Inc. v3.0.3 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Earth Inc. By Treetop Crew Oy
      Bundle ID: com.TreetopCrew.EarthInc
      iTunes Store Link: https://apps.apple.com/us/app/earth-inc/id1582514877?uo=4


      Hack Features:
      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Diamonds -> Will increase instead of decrease.
      - Free In-App Purchases -> Toggle on via iGMenu.


      Jailbreak required hack(s): [Mod Menu Hack] Earth Inc. v2.2.1 +3 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/
      • 29 replies
    • Earth Inc. v3.0.3 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Earth Inc. By Treetop Crew Oy
      Bundle ID: com.TreetopCrew.EarthInc
      iTunes Store Link: https://apps.apple.com/us/app/earth-inc/id1582514877?uo=4


      Hack Features:
      - Unlimited Coins -> Will increase instead of decrease.
      - Unlimited Diamonds -> Will increase instead of decrease.
      - Free In-App Purchases


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Earth Inc. v2.2.1 +3 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/
      • 23 replies
    • Cash Masters: Billionaire Life v1.5.4 +2 Jailed Cheats [ Unlimited Cash ]
      Modded/Hacked App: Cash Masters: Billionaire Life By USPEX ARASTIRMA GELISTIRME YAZILIM BILGISAYAR SANAYI VE TICARET ANONIM SIRKETI
      Bundle ID: com.uspex.hts
      iTunes Store Link: https://apps.apple.com/us/app/cash-masters-billionaire-life/id1636818775
       

      Hack Features:
      - Unlimited Cash -> Will increase instead of decrease.
      - Free In-App Purchases -> Toggle on via iGMenu.


      Jailbreak required hack(s): [Mod Menu Hack] Cash Masters: Billionaire Life v1.0.0 +2 Cheats [ Unlimited Cash ] - 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
      • 38 replies
    • Cash Masters: Billionaire Life v1.5.4 +2 Cheats [ Unlimited Cash ]
      Modded/Hacked App: Cash Masters: Billionaire Life By USPEX ARASTIRMA GELISTIRME YAZILIM BILGISAYAR SANAYI VE TICARET ANONIM SIRKETI
      Bundle ID: com.uspex.hts
      iTunes Store Link: https://apps.apple.com/us/app/cash-masters-billionaire-life/id1636818775
       

      Hack Features:
      - Unlimited Cash -> Will increase instead of decrease.
      - Free In-App Purchases


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Cash Masters: Billionaire Life v1.0.0 +2 Jailed Cheats [ Unlimited Cash ] - 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/
      • 37 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