Jump to content

THEOS HELP!


Go to solution Solved by ITz_kser,

8 posts in this topic

Recommended Posts

Posted

Every time I go to make package with my tweak I get this

 

 

Hunters-iPhone:~ mobile$ su

Password:

Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje

cts/pouhack

Hunters-iPhone:/var/mobile/Projects/pouhack root# mak

e package

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

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

Making all for tweak PouHack...

Preprocessing Tweak.xm...

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Compiling Tweak.xm...

/bin/sh: line 1: 15080 Killed: 9 clang++ -x objective-c++ -c -I"/var/mobile/Projects/pouhack" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/pouhack/theos/include -include /var/mobile/Projects/pouhack/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/pouhack/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_3_0 -miphoneos-version-min=3.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.ea1e550d.o

make[2]: *** [obj/Tweak.xm.ea1e550d.o] Error 137

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

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

 

 

Any fix?

  • Solution
Posted (edited)

Do you know how to sign them? Or is there a tutorial on the forum you could link? :)

cd the terminal to the path and do

ldid -S binaryname

or if you're too lazy to give the terminal the path just copy them to /var/mobile then write

ldid -S binaryname

Updated by ITz_kser
Posted

@iapplejailbreakk Did you get your tweak to compile after signing those binaries? I ran into this issue too, but after fixing this one I ran straight into another one.

Posted

I signed them but these errors pop up now

 

 

Hunters-iPhone:~ mobile$ su

Password:

Hunters-iPhone:/var/mobile root# ldid -S strip

Hunters-iPhone:/var/mobile root# ldid -S git

Hunters-iPhone:/var/mobile root# ldid -S clang

Hunters-iPhone:/var/mobile root# ldid -S clang++

Hunters-iPhone:/var/mobile root# ldid -S id

Hunters-iPhone:/var/mobile root# ldid -S perl

Hunters-iPhone:/var/mobile root# cd /var/mobile/Proje

cts/pouhack

Hunters-iPhone:/var/mobile/Projects/pouhack root# mak

e package

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

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

Making all for tweak PouHack...

Preprocessing Tweak.xm...

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.

Compiling Tweak.xm...

Tweak.xm:4:137: error: redefinition of

'_logos_orig$_ungrouped$Coins$have'

...SEL); static int (*_logos_orig$_ungrouped$Coi...

^

Tweak.xm:4:14: note: previous definition is here

static int (*_logos_orig$_ungrouped$Coins$hav...

^

Tweak.xm:9:12: error: redefinition of

'_logos_method$_ungrouped$Coins$have'

static int _logos_method$_ungrouped$Coins$hav...

^

Tweak.xm:2:12: note: previous definition is here

static int _logos_method$_ungrouped$Coins$hav...

^

2 errors generated.

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

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

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

Hunters-iPhone:/var/mobile/Projects/pouhack root#

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
×
  • 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