Jump to content

Compiling Error


Go to solution Solved by castix,

17 posts in this topic

Recommended Posts

Posted (edited)

O.o

 

How about just compiling one feature? What happens?

I think Gh0stbyte gave me some wrong advice

 

%hook MSAttackModifier
- (id)gemMatch:(int)fp8 gemColor:(int)fp12 {
NSDictionary *gems = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/campbundle.plist"]];
fp8 = [[gems objectForKey:@"kGems"] intValue];
return %orig(fp8,fp12);
}

 

I think the error is somewhere here

Updated by castix
Posted

I think Gh0stbyte gave me some wrong advice

 

%hook MSAttackModifier
- (id)gemMatch:(int)fp8 gemColor:(int)fp12 {
NSDictionary *gems = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/campbundle.plist"]];
fp8 = [[gems objectForKey:@"kGems"] intValue];
return %orig(fp8,fp12);
}

I think the error is somewhere here

Have you seen his tutorial? http://iosgods.com/topic/1902-tutorial-how-to-add-a-settings-textfield-using-psedittextcell/

 

You can also try this: http://iosgods.com/topic/1737-tutorial-how-to-add-psedittextcell-in-a-patcher/

Posted

nope nothing helped

Wanna send me your tweak.xm or half of it to see if it's a theos related problem?

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