Jump to content

Drug

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Drug

  1. %hook AppDelegate - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. FCAlertView *alert = [[FCAlertView alloc] init]; alert showAlertInWidnow:self.view.window withTitle:@"Test" withSubtitle:@"Testing. " withCustomImage:nil withDoneButtonTitle:nil andButtons:nil]; return %orig(); }
  2. this is the error i need help with. > Making all for tweak test… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (armv7)… Tweak.xm:13:30: error: property 'view' cannot be found in forward class object 'AppDelegate' alert showAlertInWidnow:self.view.window ~~~~ ^ Tweak.xm:28:8: note: forward declaration of class here @class AppDelegate; ^ 1 error generated. make[3]: *** [/users/mac/test/.theos/obj/debug/armv7/Tweak.xm.fc9f672d.o] Error 1 make[2]: *** [/users/mac/test/.theos/obj/debug/armv7/test.dylib] Error 2 make[1]: *** [internal-library-all_] Error 2
  3. I am looking for iOS 10 sdks. I checked on https://sdks.website but found none. If anyone can link me to a download site that would help a lot. Theos needs it.
×
  • 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