Jump to content

App Delegate Theos Error iOS 11.2.6


Go to solution Solved by Rook,

6 posts in this topic

Recommended Posts

Posted (edited)

Hello, I got this error when I was trying to make a package for a tweak in Theos iOS 11.2.6:

iPad:/var/mobile root# cd /var/mobile/hotspothack                                                                                            

iPad:/var/mobile/hotspothack root# make package                                                                                              

> Making all for tweak HotspotHack…                                                                                                          

==> Compiling Tweak.xm (arm64)…                                                                                                              

Tweak.xm:44:6: error: receiver type 'AppDelegate' for instance message is a forward declaration                                              

    [self presentViewController:alert animated:YES completion:nil];                                                                          

     ^~~~                                                                                                                                    

Tweak.xm:30:8: note: forward declaration of class here                                                                                       

@class AppDelegate; @class AFUserAccount;                                                                                                    

       ^                                                                                                                                     

1 error generated.                                                                                                                           

make[3]: *** [/var/theos/makefiles/instance/rules.mk:246: /var/mobile/hotspothack/.theos/obj/debug/arm64/Tweak.xm.12ce51a7.o] Error 1        

==> Compiling Tweak.xm (armv7)…                                                                                                              

Tweak.xm:44:6: error: receiver type 'AppDelegate' for instance message is a forward declaration                                              

    [self presentViewController:alert animated:YES completion:nil];                                                                          

     ^~~~                                                                                                                                    

Tweak.xm:30:8: note: forward declaration of class here                                                                                       

@class AppDelegate; @class AFUserAccount;                                                                                                    

       ^                                                                                                                                     

1 error generated.                                                                                                                           

make[3]: **make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/hotspothack/.theos/obj/debug/arm64/HotspotHack.dylib] Error

2                                                                                                                                            

make[2]: *** Waiting for unfinished jobs....                                                                                                 

* [/var/theos/makefiles/instance/rules.mk:246: /var/mobile/hotspothack/.theos/obj/debug/armv7/Tweak.xm.469337b3.o] Error 1                   

make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/hotspothack/.theos/obj/debug/armv7/HotspotHack.dylib] Error 2         

make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2                                                    

make: *** [/var/theos/makefiles/master/rules.mk:123: HotspotHack.all.tweak.variables] Error 2                                                

iPad:/var/mobile/hotspothack root#

                                                                                                         

Tweak.xm:

#import <Foundation/Foundation.h>

#import <UIKit/UIKit.h>

#import <substrate.h>

/* Code Injection Example

More CSCI examples can be found here: http://iosgods.com/forum/48-coding-center/

*/

#include “writeData.h”

 

%hook AFUserAccount

-(bool) isElite {

return TRUE;

}

%end

 

%hook AFUserAccount

-(void) setIsElite:(bool)arg1 {

arg1 = TRUE;

%orig(arg1);

}

%end

 

 

%hook AppDelegate

 

- (void)applicationDidFinishLaunching:(id)arg1 {

 

    %orig;

 

    UIAlertController * alert =   [UIAlertController

    alertControllerWithTitle:@"Hotspot VPN Tweak"

    message:@"Hack Successfully Installed"

    preferredStyle:UIAlertControllerStyleAlert];

 

    UIAlertAction * ok = [UIAlertAction

    actionWithTitle:@"Thank You!"

    style:UIAlertActionStyleDefault

    handler:^(UIAlertAction * action)

    {

        [alert dismissViewControllerAnimated:YES completion:nil];

    }];

 

    [alert addAction:ok];

 

    [self presentViewController:alert animated:YES completion:nil];

}

 

%end

 

Updated by The Epic Gamer
Posted

Please read our "How to Properly Post a Support Topic" here: https://iosgods.com/topic/49670-read-how-to-properly-post-a-support-topic/

Posted
1 hour ago, DiDA said:

Please read our "How to Properly Post a Support Topic" here: https://iosgods.com/topic/49670-read-how-to-properly-post-a-support-topic/

Ok, I edited the post, is it good now?

Posted
Just now, The Epic Gamer said:

Ok, I edited the post, is it good now?

Not really, it's still missing points from the properly posting a support topic post.

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
  • Our picks

    • Pop Island v1.5.6 [ +1 Cheats ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


      • 40 replies
    • Pop Island v1.5.6 [ +1 Jailed ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


      • 43 replies
    • Magic Rivals: Match & Fight v1.0.9 [ +3 Jailed ] ADS NO
      Modded/Hacked App: Magic Rivals: Match & Fight By BFA SIA
      Bundle ID: com.bfa.magicrivals
      App Store Link: https://apps.apple.com/us/app/magic-rivals-match-fight/id6751235127?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - HP Max
      - ATK MAX
      • 7 replies
    • Magic Rivals: Match & Fight v1.0.9 [ +3 Cheats ] ADS NO
      Modded/Hacked App: Magic Rivals: Match & Fight By BFA SIA
      Bundle ID: com.bfa.magicrivals
      App Store Link: https://apps.apple.com/us/app/magic-rivals-match-fight/id6751235127?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - HP Max
      - ATK MAX
      • 7 replies
    • Paradise Paws: Merge Animals v1.1.1 [ +12 Cheats ] Currency Max
      Modded/Hacked App: Animal Sanctuary By Wildlife Studios, Inc
      Bundle ID: com.wildlifestudios.merge.animal.sanctuary
      App Store Link: https://apps.apple.com/us/app/animal-sanctuary/id6741805691?uo=4
       

      🤩 Hack Features

      - Gems

      - Coins

      - Heart

      - Spin

      - LvL

      - Exp

      - Fog Auto Remove [ Linked With LvL ]

      - Premum Lands Unlocked [ Just Tap ]

      - Store Free [ IAP Not ]

      Note:- Game Close After Currency Hack Don't Worry
      • 52 replies
    • Paradise Paws: Merge Animals v1.1.1 [ +12 Jailed ] Currency Max
      Modded/Hacked App: Animal Sanctuary By Wildlife Studios, Inc
      Bundle ID: com.wildlifestudios.merge.animal.sanctuary
      App Store Link: https://apps.apple.com/us/app/animal-sanctuary/id6741805691?uo=4


      🤩 Hack Features

      - Gems

      - Coins

      - Heart

      - Spin

      - LvL

      - Exp

      - Fog Auto Remove [ Linked With LvL ]

      - Premum Lands Unlocked [ Just Tap ]

      - Store Free [ IAP Not ]

      Note:- Game Close After Currency Hack Don't Worry
        • Thanks
      • 72 replies
    • Swamp Attack 2 v1.1.5 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Swamp Attack 2 By Voodoo
      Bundle ID: com.hyperdotstudios.swampattack2
      iTunes Store Link: https://apps.apple.com/us/app/swamp-attack-2/id1531686083?uo=4


      Hack Features:
      - Gems
      - Gold
      - Ammo
      - Monster ATK No


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 48 replies
    • Swamp Attack 2 v1.1.5 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Swamp Attack 2 By Voodoo
      Bundle ID: com.hyperdotstudios.swampattack2
      iTunes Store Link: https://apps.apple.com/us/app/swamp-attack-2/id1531686083?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:

      - Gems

      - Gold
      - Ammo
      - Monster ATK No


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Like
      • 61 replies
    • Soccer Dynasty: Club Manager v1.0.54 [ +15 Cheats ] Currency Max
      Modded/Hacked App: Soccer Dynasty: Club Manager By KONG SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.kongsoftware.kickpfm
      App Store Link: https://apps.apple.com/us/app/soccer-dynasty-club-manager/id6465972774?uo=4


      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Gold

      - Cash

      - Energy

      - Standard Scout

      - Silver Scout

      - Gold Scout

      - Platinum Scout

      - Tactic Book

      - Chemistry Point

      - FW Exp

      - MF Exp

      - DF Exp

      - GK Exp

      - Ticket [ Buy With Gold ]

      Note:- Don"t Abuse Hack Incase Banned
      • 19 replies
    • Soccer Dynasty: Club Manager v1.0.54 [ +15 Jailed ] Currency Max
      Modded/Hacked App: Soccer Dynasty: Club Manager By KONG SOFTWARE JOINT STOCK COMPANY
      Bundle ID: com.kongsoftware.kickpfm
      App Store Link: https://apps.apple.com/us/app/soccer-dynasty-club-manager/id6465972774?uo=4


      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Gold

      - Cash

      - Energy

      - Standard Scout

      - Silver Scout

      - Gold Scout

      - Platinum Scout

      - Tactic Book

      - Chemistry Point

      - FW Exp

      - MF Exp

      - DF Exp

      - GK Exp

      - Ticket [ Buy With Gold ]

      Note:- Don"t Abuse Hack Incase Banned
      • 32 replies
    • Lollipop: Sweet Taste Match3 v2603.0.4 [ +4 Cheats ] Auto Win
      Modded/Hacked App: Lollipop: Sweet Taste Match3 By BitMango, Inc.
      Bundle ID: com.bitmango.ap.lollipopmatch3
      App Store Link: https://apps.apple.com/us/app/lollipop-sweet-taste-match3/id1118803687?uo=4
       

      🤩 Hack Features

      - Auto Win [ Enable Before Playing ]
      - Coins
      - Life
      - Booster
        • Thanks
      • 12 replies
    • Lollipop: Sweet Taste Match3 v2603.0.4 [ +4 Jailed ] Auto Win
      Modded/Hacked App: Lollipop: Sweet Taste Match3 By BitMango, Inc.
      Bundle ID: com.bitmango.ap.lollipopmatch3
      App Store Link: https://apps.apple.com/us/app/lollipop-sweet-taste-match3/id1118803687?uo=4


      🤩 Hack Features

      - Auto Win [ Enable Before Playing ]
      - Coins
      - Life
      - Booster
      • 11 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