Jump to content

Make Package Install - Error.txt


Go to solution Solved by Diversityy,

8 posts in this topic

Recommended Posts

Posted (edited)

 

 

%hook CKSMSMessageDelivery

-(BOOL)isSending; {

%orig;

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Are you sure?" 
message:@"Do you really want to send this image?"
delegate:self 
cancelButtonTitle:@"Yes"
otherButtonTitles:@"No"];

[alert:show];


}

%end

 

 

 

 

 

/private/var/root/verifymms/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/private/var/root/verifymms/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 tweak VerifyMMS...
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:3:107: error: expected unqualified-id
static BOOL _logos_method$_ungrouped$CKSMSMessageDelivery$isSending(CKSMSMessageDelivery* self, SEL _cmd);{
^
1 error generated.
make[2]: *** [obj/Tweak.xm.56e999c4.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [VerifyMMS.all.tweak.variables] Error 2


 

 

I get this error when trying to make package install..

 

anyone who knows whats wrong?

Updated by Guest
Posted

You can't return bool with UIAlerts

 

NSLog:@"Do you really want to send this message"

 

Then create a NSDictionary and two buttons: button1 returns %orig, button2 returns false

Posted

You can't return bool with UIAlerts

 

NSLog:@"Do you really want to send this message"

 

Then create a NSDictionary and two buttons: button1 returns %orig, button2 returns false

An NSDictionary containing what?

 

I don't really how or what you mean... could you give me the code for that part? Or explain/show

  • Solution
Posted
Solved
The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new support topic.
Guest
This topic is now closed to further 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