Jump to content

Make Package Errors- Help!


Fred22

36 posts in this topic

Recommended Posts

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?

  • Replies 35
  • Created
  • Last Reply

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. :)

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!

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# 

@@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

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

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# 

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Pixel Heroes Idle Cheats v1.00.0063 +3
      Modded/Hacked App: Pixel Heroes Idle By Zero To One Games CO., LTD
      Bundle ID: com.ztogames.ppki
      iTunes Store Link: https://apps.apple.com/us/app/pixel-heroes-idle/id6476479696?uo=4


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Freeze Resources


      Non-Jailbroken & No Jailbreak required hack(s): 


      iOS Hack Download Link: https://iosgods.com/topic/184508-pixel-heroes-idle-v1000043-5-cheats/
      • 151 replies
    • [ The Sims Mobile ] TSM Game Cheats v48.0.2 +2
      Modded/Hacked App: The Sims™ Mobile by EA Swiss Sarl
      Bundle ID: com.ea.ios.simsmobile
      iTunes Store Link: https://apps.apple.com/us/app/the-sims-mobile/id1144258115?uo=4&at=1010lce4


      Hack Features:
      - Multiply Coin and Cash Earned
      - Infinite Energy


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/66166-arm64-the-sims-mobile-v2200-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/66035-arm64-the-sims-mobile-cheats-all-versions-2/
      • 3,946 replies
    • Shadow Fight 4: Arena Cheat v1.9.32 +4
      Modded/Hacked App: Shadow Fight 4: Arena By Nekki Limited
      Bundle ID: com.nekki.shadowfightarena
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-4-arena/id1479050948?uo=4


      Hack Features:
      - Freeze Enemies

      ViP Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
       

      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/136035-shadow-fight-4-arena-v1920-jailed-cheat-4/


      iOS Hack Download Link: https://iosgods.com/topic/136014-shadow-fight-4-arena-cheat-v1920-4/
      • 363 replies
    • CritterCraft Chronicles v0.3.1 +10 Jailed Cheats [ Game Breaking ]
      Modded/Hacked App: CritterCraft Chronicles By ARIZONA, INC.
      Bundle ID: com.afk.rpg.crittercraft
      iTunes Store Link: https://apps.apple.com/ca/app/crittercraft-chronicles/id6569261592?uo=4


      Hack Features:
      - Unlimited Currencies
      - Add Currency*
      - Add Taming Charm*
      - Add Mysterious Stone*
      - Add Ancient Stone*
      - Add Sacred Stone*
      - Kill All Enemies*
      - Unlock All Areas*
      - Max All Critters*
      - Increase Critters Skill Level*

      * Click on Train then press on Release. Only enable 1 feature at a time.


      Jailbreak required hack(s): [Mod Menu Hack] CritterCraft Chronicles v0.3.1 +10 Cheats [ Game Breaking ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 1 reply
    • CritterCraft Chronicles v0.3.1 +10 Cheats [ Game Breaking ]
      Modded/Hacked App: CritterCraft Chronicles By ARIZONA, INC.
      Bundle ID: com.afk.rpg.crittercraft
      iTunes Store Link: https://apps.apple.com/ca/app/crittercraft-chronicles/id6569261592?uo=4


      Hack Features:
      - Unlimited Currencies
      - Add Currency*
      - Add Taming Charm*
      - Add Mysterious Stone*
      - Add Ancient Stone*
      - Add Sacred Stone*
      - Kill All Enemies*
      - Unlock All Areas*
      - Max All Critters*
      - Increase Critters Skill Level*

      * Click on Train then press on Release. Only enable 1 feature at a time.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] CritterCraft Chronicles v0.3.1 +10 Jailed Cheats [ Game Breaking ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 1 reply
    • Candy Crush Solitaire v0.3.5204 +17 Jailed Cheats [ Game Breaking ]
      Modded/Hacked App: Candy Crush Solitaire By King.com Limited
      Bundle ID: com.midasplayer.apps.candysolitaire
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-solitaire/id6474685626?uo=4


      Hack Features:
      - Unlimited Free Gifts -> Head into the Shop to claim the free gift over & over.
      - Season Pass Purchased

      VIP
      - Add Coins*
      - Add Energy*
      - Add Colour Bomb Boosters*
      - Add UFO Boosters*
      - Add Wildcards*
      - Add Undo's*
      - Add Extra Moves*
      - Add Free Entries*
      - Add Lollipops*
      - Add Streak Slot Booster*
      - Next Level*
      - Complete Postcard*
      - Add Stars To Leaderboard*
      - Add Album Card*
      - Complete Season Pass*

      * Head into Settings and toggle the ? button. Only enable 1 feature at a time.


      Jailbreak required hack(s): [Mod Menu Hack] Candy Crush Solitaire v0.3.5204 +18 Cheats [ Game Breaking ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 6 replies
    • Candy Crush Solitaire v0.3.5204 +18 Cheats [ Game Breaking ]
      Modded/Hacked App: Candy Crush Solitaire By King.com Limited
      Bundle ID: com.midasplayer.apps.candysolitaire
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-solitaire/id6474685626?uo=4


      Hack Features:
      - Unlimited Free Gifts -> Head into the Shop to claim the free gift over & over.
      - Season Pass Purchased

      VIP
      - Add Coins*
      - Add Energy*
      - Add Colour Bomb Boosters*
      - Add UFO Boosters*
      - Add Wildcards*
      - Add Undo's*
      - Add Extra Moves*
      - Add Free Entries*
      - Add Lollipops*
      - Add Streak Slot Booster*
      - Next Level*
      - Complete Postcard*
      - Add Stars To Leaderboard*
      - Add Album Card*
      - Complete Season Pass*
      - Add Digging Spoons*

      * Only enable 1 feature at a time.


      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/
      • 19 replies
    • Forza Customs - Restore Cars v6.0.14010 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Forza Customs - Restore Cars By Hutch Games Ltd
      Bundle ID: com.hutchgames.ccw
      iTunes Store Link: https://apps.apple.com/us/app/forza-customs-restore-cars/id6448070968?uo=4


      Hack Features:
      - Unlimited Currencies
      - Unlimited Lives -> Spend some.


      Jailbreak required hack(s): [Mod Menu Hack] Forza Customs - Restore Cars v0.9.6395 +2 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 76 replies
    • Forza Customs - Restore Cars v6.0.14010 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Forza Customs - Restore Cars By Hutch Games Ltd
      Bundle ID: com.hutchgames.ccw
      iTunes Store Link: https://apps.apple.com/us/app/forza-customs-restore-cars/id6448070968?uo=4


      Hack Features:
      - Unlimited Currencies
      - Unlimited Lives -> Spend some.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Forza Customs - Restore Cars v0.9.6395 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 55 replies
    • Glow Fashion Idol v0.4.6 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Glow Fashion Idol By CRAZY LABS BY TABTALE , G.P.
      Bundle ID: com.crazylabs.fashionsquad
      iTunes Store Link: https://apps.apple.com/us/app/glow-fashion-idol/id6446197181?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Jailbreak required hack(s): [Mod Menu Hack] Glow Fashion Idol v0.3.3 +2 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 28 replies
    • Glow Fashion Idol v0.4.6 +2 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Glow Fashion Idol By CRAZY LABS BY TABTALE , G.P.
      Bundle ID: com.crazylabs.fashionsquad
      iTunes Store Link: https://apps.apple.com/us/app/glow-fashion-idol/id6446197181?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Glow Fashion Idol v0.3.3 +2 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 15 replies
    • House Flipper Home Design v1.480 +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: House Flipper Home Design By PLAYWAY SPOLKA AKCYJNA
      Bundle ID: com.imaginalis.HouseFlipperMobile
      iTunes Store Link: https://apps.apple.com/us/app/house-flipper-home-design/id1517373437
       

      Hack Features:
      - Unlimited Cash -> Exchange Flipcoins for Cash to earn an unlimited amount.
      - Unlimited Flipcoins -> Exchange Flipcoins for Cash to earn an unlimited amount.


      Jailbreak required hack(s): https://iosgods.com/topic/169137-exclusive-house-flipper-home-design-all-versions-2-cheats-unlimited-currencies/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 113 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