Jump to content

Make Package Errors- Help!


Go to solution Solved by Rook,

36 posts in this topic

Recommended Posts

Posted
  On 1/13/2016 at 9:18 AM, Fred22 said:

Installed now. :)

 

Another problem tho...

 

In the Settings there isn't the Injustice Hacks option.

 

Can I send you my tweak.xm via PM and you have a look?

Are you sure it's a Preference Bundle and not just a Tweak?

Posted
  On 1/13/2016 at 9:21 AM, DiDA said:

Are you sure it's a Preference Bundle and not just a Tweak?

hmmm I think so. Now I`m confused.

When I use theos should I select iphone/tweak?

Posted
  On 1/13/2016 at 9:30 AM, Fred22 said:

hmmm I think so. Now I`m confused.

When I use theos should I select iphone/tweak?

If you select iphone/tweak then it will be just a Tweak. No settings.

 

I suggest you use the Preference Bundle templates posted in Tools. :)

Posted
  On 1/13/2016 at 9:32 AM, DiDA said:

If you select iphone/tweak then it will be just a Tweak. No settings.

 

I suggest you use the Preference Bundle templates posted in Tools. :)

I`m gonna check it tomorrow.

So tired with all this Errors!

Bed time haha. 3:35 AM ZZzzZZ :sleep:

Thank you very much for all the help. 

Good night!

Posted
  On 1/13/2016 at 9:32 AM, DiDA said:

If you select iphone/tweak then it will be just a Tweak. No settings.

 

I suggest you use the Preference Bundle templates posted in Tools. :)

 

Ton of Errors again :(

NIC 2.0 - New Instance Creator
------------------------------
  [1.] iOSGods CSCI Patcher v2.1
  [2.] iOSGods Patcher v1.2
  [3.] iphone/application
  [4.] iphone/cydget
  [5.] iphone/dashboardx_widget
  [6.] iphone/framework
  [7.] iphone/library
  [8.] iphone/notification_center_widget
  [9.] iphone/preference_bundle
  [10.] iphone/sbsettingstoggle
  [11.] iphone/tool
  [12.] iphone/tweak
Choose a Template (required): 2
Project Name (required): IGAUSHacker
Package Name [com.yourcompany.igaushacker]: 
Author/Maintainer Name [System Administrator]: Fred22
[iOSGods Patcher v1.2] MobileSubstrate Bundle filter [com.apple.springboard]:com.wb.Injustice.Brawler2013          
[iOSGods Patcher v1.2] List of applications to terminate upon installation (space-separated, '-' for none) [SpringBoard]: 
Instantiating iOSGods Patcher v1.2 in igaushacker/...
Done.
sh-3.2# cd /Users/fredericograciano/Desktop/igaushacker/
sh-3.2# make package
Making all for tweak IGAUSHacker...
 Preprocessing Tweak.xm...
 Compiling Tweak.xm...
Tweak.xm:3:34: error: extra tokens at end of #import directive [-Werror,-Wextra-tokens]
#import <Foundation/Foundation.h>#define PLIST_PATH @"/var/mobile/Library/Preferences/com.yourcompany.igaushac...
                                 ^
                                 //
Tweak.xm:6:53: error: use of undeclared identifier 'PLIST_PATH'
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
                                                    ^
Tweak.xm:10:13: error: redefinition of 'GetPrefBool'
inline bool GetPrefBool(NSString *key) {
            ^
Tweak.xm:5:13: note: previous definition is here
inline bool GetPrefBool(NSString *key) {
            ^
Tweak.xm:11:54: error: use of undeclared identifier 'PLIST_PATH'
        return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
                                                            ^
Tweak.xm:53:402: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
  ..._logos_method$_ungrouped$UIApplicationDelegate$alertView$clickedButtonAtIndex$(UIApplicationDelegate*, SEL, UI...
                                                                                                                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
Tweak.xm:53:1: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"IGAUSHacker Cheats" 
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
Tweak.xm:53:28: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle:@"IGAUSHacker Cheats" 
                           ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
Tweak.xm:64:131: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
  ...self, SEL _cmd, UIAlertView * alertView, NSInteger buttonIndex) {
                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
Tweak.xm:75:585: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
  ...= '@'; i += 1; _typeEncoding[i] = ':'; i += 1; memcpy(_typeEncoding + i, @[member=encode](UIAlertView *), strlen(@encod...
                                                                                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
Tweak.xm:75:616: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
  ..._typeEncoding[i] = ':'; i += 1; memcpy(_typeEncoding + i, @[member=encode](UIAlertView *), strlen(@[member=encode](UIAlertView *...
                                                                                                      ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
Tweak.xm:75:654: error: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use
      UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead
      [-Werror,-Wdeprecated-declarations]
  ...+ i, @[member=encode](UIAlertView *), strlen(@[member=encode](UIAlertView *))); i += strlen(@[member=encode](UIAlertView *)); memcpy(_typ...
                                                                                       ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:26:12: note: 
      'UIAlertView' has been explicitly marked deprecated here
@interface UIAlertView : UIView
           ^
11 errors generated.
make[2]: *** [obj/Tweak.xm.94b95747.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [IGAUSHacker.all.tweak.variables] Error 2
sh-3.2# 
Posted

@@Fred22

 

You need to use iOS 8 SDK or remove the popup for now or use the new UIAlertController.

Posted
  On 1/13/2016 at 4:17 PM, DiDA said:

@@Fred22

 

You need to use iOS 8 SDK or remove the popup for now or use the new UIAlertController.

Aw I want the popup.

 

Where can I find the iOS 8 SDK?

 

It is hard to use the new UIAlertController?

 

Thank you. <3

Posted
  On 1/13/2016 at 7:04 PM, Fred22 said:

Aw I want the popup.

 

Where can I find the iOS 8 SDK?

 

It is hard to use the new UIAlertController?

 

Thank you. <3

Here: http://iphone.howett.net/sdks/

 

Place it where your current iOS 9 sdk is. Rename the iOS 9 sdk so it will only use the iOS 8 one.

 

And no, not really. :p

Posted (edited)
  On 1/13/2016 at 7:07 PM, DiDA said:

Here: http://iphone.howett.net/sdks/

 

Place it where your current iOS 9 sdk is. Rename the iOS 9 sdk so it will only use the iOS 8 one.

 

And no, not really. :p

Ok, now I got this:

sh-3.2# make package
Making all for tweak IGAUSHacker...
 Preprocessing Tweak.xm...
 Compiling Tweak.xm...
Tweak.xm:3:34: error: extra tokens at end of #import directive [-Werror,-Wextra-tokens]
#import <Foundation/Foundation.h>#define PLIST_PATH @"/var/mobile/Library/Preferences/com.yourcompany.igaushacker.plist"
                                 ^
                                 //
Tweak.xm:6:53: error: use of undeclared identifier 'PLIST_PATH'
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
                                                    ^
Tweak.xm:10:13: error: redefinition of 'GetPrefBool'
inline bool GetPrefBool(NSString *key) {
            ^
Tweak.xm:5:13: note: previous definition is here
inline bool GetPrefBool(NSString *key) {
            ^
Tweak.xm:11:54: error: use of undeclared identifier 'PLIST_PATH'
        return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
                                                            ^
4 errors generated.
make[2]: *** [obj/Tweak.xm.94b95747.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [IGAUSHacker.all.tweak.variables] Error 2
sh-3.2# 

:cry:  :cry:  Life is so HARD! :lol:

 

Wait fixed the first Error line, it had 2 # in the same line...

 

now I get this:

sh-3.2# make package
Making all for tweak IGAUSHacker...
 Preprocessing Tweak.xm...
 Compiling Tweak.xm...
Tweak.xm:11:13: error: redefinition of 'GetPrefBool'
inline bool GetPrefBool(NSString *key) {
            ^
Tweak.xm:6:13: note: previous definition is here
inline bool GetPrefBool(NSString *key) {
            ^
1 error generated.
make[2]: *** [obj/Tweak.xm.94b95747.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [IGAUSHacker.all.tweak.variables] Error 2
sh-3.2# 
Updated by Fred22

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

    • The Seven Deadly Sins Cheats v2.77.0 +5
      Modded/Hacked App: The Seven Deadly Sins by Netmarble Corporation
      Bundle ID: com.netmarble.nanagb
      iTunes Store Link: https://apps.apple.com/us/app/the-seven-deadly-sins/id1475440231?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK
      - Infinite MP


      iOS Hack Download Link: https://iosgods.com/topic/131686-arm64-the-seven-deadly-sins-cheats-v117-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,038 replies
    • Kritika: The White Knights v5.14.2 +3 [God Mode & Damage Multiplier]
      Modded/Hacked App: Kritika: The White Knights By GAMEVIL Inc.
      Bundle ID: com.gamevil.kritikam.ios.apple.global.normal
      iTunes Store Link: https://itunes.apple.com/us/app/kritika-the-white-knights/id865958296
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - God Mode Works Everywhere
      - Set Damage Multiplier - Do not set it too high, you will get kicked out if you do.
      - No Skill Cooldown 

      All features are unlinked!
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,980 replies
    • Injustice: Gods Among Us v3.5 +6++ Jailed Cheats [Unlimited Currencies + More]
      Modded/Hacked App: Injustice: Gods Among Us by Warner Bros. Entertainment
      Bundle ID: com.wb.Injustice.Brawler2013
      iTunes Store Link: https://itunes.apple.com/us/app/injustice-gods-among-us/id575658129?mt=8&uo=4&at=1010lce4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Unlimited Currencies - Earn some to receive an unlimited amount of that specific currency.
      - Unlimited Stamina - Will increase instead of decrease.
      - Godmode
      - One-Hit Kill
      - Max Player Level - Play a battle with that specific character to get it max level.
      - Anti-Ban - Untested. Might be useless since the game's old now, and I wasn't banned testing this hack without this enabled anyway.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,971 replies
    • Injustice: Gods Among Us v3.5 - [ Unlimited Currencies & More ]
      Modded/Hacked App: Injustice: Gods Among Us by Warner Bros. Entertainment
      Bundle ID: com.wb.Injustice.Brawler2013
      iTunes Store Link: https://itunes.apple.com/us/app/injustice-gods-among-us/id575658129?mt=8&uo=4&at=1010lce4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Currencies - Earn some to receive an unlimited amount of that specific currency.
      - Unlimited Stamina - Will increase instead of decrease.
      - Godmode
      - One-Hit Kill
      - Increased Critical Chance
      - Increased Critical Damage
      - Unlimited Gear Score
      - Max Player Level - Play a battle with that specific character to get it max level.
      - Survival Mode Unlocked
      - Hacked Saved Data Check Bypassed
      - Anti-Ban - Untested. Might be useless since the game's old now, and I wasn't banned testing this hack without this enabled anyway.

      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,991 replies
    • [ViP Hack] WarFriends v5.11.0 +6 Cheats
      Modded/Hacked App: WarFriends: PvP Shooter Game By Chillingo Ltd
      Bundle ID: com.chillingo.warfriends
      iTunes Link: https://itunes.apple.com/us/app/warfriends-pvp-shooter-game/id979873043


      Hack Features:
      - Debug Menu -> Most/Everything from previous hack has been patched/removed. However, it will still show you some in-game stuff.
      - Free Weapon Upgrades. Instant Weapon Upgrade Delivery Times!
      - Unlimited Clips/Ammo -> Works online & offline
      - No Weapon Reload / Unlimited Ammo in Clip -> Works online & offline
      - One Hit Kill Enemies / High Damage -> Buggy Online, works well offline. Linked with enemy, so hit them first.
      - Gun Fire Rate x1000 -> Shoot bullets really, really fast. Works online too, linked to enemy. One Hit Kill Alternative if you can aim.
      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap your screen with 3 fingers simultaneously.

       

      Non-Jailbroken Version of this hack: https://iosgods.com/topic/44193-warfriends-v140-3-cheats-ios-10/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,767 replies
    • Fishing Clash v1.0.358 +3 Cheats
      Modded/Hacked App: Fishing Clash: Fish Game 2019 by Ten Square Games S.A.
      Bundle ID: com.tensquaregames.letsfish2
      iTunes Store Link: https://apps.apple.com/us/app/fishing-clash-fish-game-2019/id1151811380


      Hack Features:
      - Combo Always Active
      - Centered Line -> The line is always in the center zone. I didn't test enough but worked for 20 games. Duels too.
      - Line Never Breaks
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,334 replies
    • Yu-Gi-Oh! Duel Links v9.8.0 - [ Always Best Tactics & More ]
      Modded/Hacked App: Yu-Gi-Oh! Duel Links By KONAMI
      Bundle ID: jp.konami.yugiohmobile
      iTunes Store Link: https://itunes.apple.com/us/app/yu-gi-oh-duel-links/id1068378177


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      -- Always The Best Tactics
      - Shows
      -- Enemies Hand Card Show
      - Show Monster And Status
      -- Enemies Deck Card Shows
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,406 replies
    • Yu-Gi-Oh! Duel Links v9.8.0 - [ Auto-Play & More ]
      Modded/Hacked App: Yu-Gi-Oh! Duel Links By KONAMI
      Bundle ID: jp.konami.yugiohmobile
      iTunes Store Link: https://itunes.apple.com/us/app/yu-gi-oh-duel-links/id1068378177
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Auto-Play - Don't Work In PVP 
      -- Always The Best Tactics
      - Face Up Card
      -- Enemies Hand Card Show
      - Show Monster And Status
      -- Enemies Deck Card Shows
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,850 replies
    • Towerlands - tower defense TD v3.6.2 +2 Cheats
      Modded/Hacked App: Towerlands - tower defense TD By CHERNYE MEDVEDI, OOO
      Bundle ID: mobi.blackbears.ios.towerlands
      iTunes Store Link: https://apps.apple.com/us/app/towerlands-tower-defense-td/id1491901979?uo=4



      Hack Features:
      - Unlimited Gold
      - Unlimited Gems


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 345 replies
    • Slay Quest v1.2.6 [+3 Cheats]
      Modded/Hacked App: Slay Quest By Quest Lab Games Korlatolt Felelossegu Tarsasag
      Bundle ID: com.questlab.slayquest
      App Store Link: https://apps.apple.com/us/app/slay-quest/id6670221918?uo=4



      🤩 Hack Features

      - Unlimited Resources
      - Never Die
      - One Hit Kill
       
        • Agree
        • Thanks
        • Winner
        • Like
      • 4 replies
    • Slay Quest v1.2.6 [+3 Jailed Cheats]
      Modded/Hacked App: Slay Quest By Quest Lab Games Korlatolt Felelossegu Tarsasag
      Bundle ID: com.questlab.slayquest
      App Store Link: https://apps.apple.com/us/app/slay-quest/id6670221918?uo=4

       

      🤩 Hack Features

      - Unlimited Resources
      - Never Die
      - One Hit Kill
        • Like
      • 1 reply
    • The Virus: Zombie Hunter v0.2.1 [+3 Cheats]
      Modded/Hacked App: The Virus: Zombie Hunter By Marek Penicka
      Bundle ID: cz.marekpenicka.viruszombiehunter
      iTunes Store Link: https://apps.apple.com/us/app/the-virus-zombie-hunter/id6474558910?uo=4

       

      🤩 Hack Features

      - Enemy Can't Attack
      - Unlimited Resources (Will Increase Instead of Decrease)
      - Unlimited Ammo
        • Agree
        • Like
      • 8 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