Jump to content

Vegito

Senior Member
  • Posts

    663
  • Joined

  • Last visited

Posts posted by Vegito

  1. On 12/1/2016 at 9:18 PM, DADi said:

    Doesn't work i am on unc0ver and Core Utilities as well as rsync has been already installed. Still i am getting error, i am using iOS 8.1 sdk because all other sdks were giving more errors. I even installed big boss recommended tools.  I am able to create deb file but it is not installing.

     

    These are the errors i am getting:

    0151-DB23-043-C-44-AC-B0-C5-ED2-B99-F749-F6.png

     

    92-B51-E7-F-59-AC-422-B-9400-51-DF39925-D5-E.png

     

    7-AA00794-C08-C-4-E13-858-D-91-A33951974-B.png

     

    I tried installing the deb, it gave an error.

     

    S5gOVm9.png

     

    Please help.

  2. 5 hours ago, DADi said:

    Hey,

    You need to disable ARC from your Makefile.

    Open Makefile and remove this line if you have it:

    
    -fobjc-arc

     

    Yes, that worked but now

    here are the errors which i am getting:

     

     

    0-F9340-C9-D5-AB-49-FA-B7-DF-FC4220416-F

     

     

    E506-B12-C-1-DA1-46-BB-BE13-5-FE4941-AF0

     

     

    This is is my makefile:

     

    #import <UIKit/UIKit.h>

    export ARCHS = armv7 armv7s arm64

     

    WelcomeMsg_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox

     

    INSTALL_TARGET_PROCESSES = SpringBoard

     

    include $(THEOS)/makefiles/common.mk

     

    TWEAK_NAME = WelcomeMsg

     

    WelcomeMsg_FILES = Tweak.x RKDropdownAlert.m

     

    include $(THEOS_MAKE_PATH)/tweak.mk

     

     

  3. Hello,

    I am trying to compile and install my tweak but it gives an error saying that it forbids use of [alert release]; 

    I am on iOS 12.4 , iPhone 7.

     

    Here's the screenshot: 

    954-E00-B4-A033-4831-B7-FC-24-CD8-F7-C9-EA6

     

     

     

    And here's the code of tweak.x :

     

    Quote

    %hook SHAppDelegate
    - (void)applicationDidBecomeActive:(id)fp8
    {
    UIAlertView*alert =[[UIAlertView alloc] initWithTitle:@"Testing" message:@"Test Message"
    delegate:nil cancelButtonTitle:@"Ok" otherButtonTitles:nil];
    [alert show];
    [alert release];
    }
    %end

    Please let me know if i did something wrong here.

    Your time and help is greatly appreciated.

×
  • 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