Jump to content

4 posts in this topic

Recommended Posts

Posted (edited)

I am trying to use SIAlertView in my tweak.(I like the design.)

However, there some complications. 

I did add ARC in makefile.

SIAlertView:

https://github.com/Sumi-Interactive/SIAlertView/blob/master/README.md 

 

Complication

password: space 

(complication is solved. Can compile. However alert doesn't show up)

 

Tweak.xm

 

 

 

 

thanks.

Updated by Astronaut
Posted (edited)

Update: I added this to my makefile. Compiles but the app that is getting tweaked crashes now. 

test_FRAMEWORKS = UIKit QuartzCore

Update 2: removed the preference Bundle link which was crashing my app. (No longer requires a switch to turn on and off the alert.) 

Alert doesn't show up still.

anyone?

Updated by Astronaut
Posted
21 minutes ago, Astronaut said:

Update: I added this to my makefile. Compiles but the app that is getting tweaked crashes now. 

test_FRAMEWORKS = UIKit QuartzCore

Update 2: removed the preference Bundle link which was crashing my app. (No longer requires a switch to turn on and off the alert.) 

Alert doesn't show up still.

anyone?

check ur className , must be same as App

%hook ClassName (example:AppController)

Posted (edited)
9 minutes ago, xiaov said:

check ur className , must be same as App

%hook ClassName (example:AppController)

It's Correct. Checked more than once. :mad:

Updated by Astronaut

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