Jump to content

23 posts in this topic

Recommended Posts

Posted

Hello Every Body 

I'm Installed Theos On iOS 9.0.2 iPhone 6S Plus

When I Compile Application Or Preferences Bundle There Is No Problem

But When I Want To Compile Tweak I Will Give This Error 

nwt5WT5.png

 

after downgrade (LD64,Darwin CC Tools) Now Giving This Error 

 

RtMXB5X.png?2

 

And I'm Already Added This Command "ldid -S".. To Many usr/bin files

On Make File Added Archs And Frame Works 

And Installed posix_spawn Package 

But All Steps Cannot Fix This Error When Compile Tweaks

Thanks For Help ....

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

My Plist File Is:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Filter</key>
	<dict>
		<key>Bundles</key>
		<array>
			<string>com.apple.springboard</string>
		</array>
	</dict>
</dict>
</plist>

And Tweak.XM Is

%hook SBIconController

-(void)iconTapped:(id)fp8{

%orig;

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Test Alert" message:@"" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil];

[alert show];

}

%end

What is your tweak.xm and plist?

Already i'm Do It , But Not Fixed


What is your tweak.xm and plist?

%hook SBIconController

-(void)iconTapped:(id)fp8{

%orig;

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Test Alert" message:@"" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil];

[alert show];

}

%end
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Filter</key>
	<dict>
		<key>Bundles</key>
		<array>
			<string>com.apple.springboard</string>
		</array>
	</dict>
</dict>
</plist>

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