Jump to content

Make Package Errors- Help!


Go to solution Solved by Rook,

36 posts in this topic

Recommended Posts

Posted

I PM you earlier, it`s the same.

Remove this piece of the code:

inline bool GetPrefBool(NSString *key) {
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}

Keep only one. :)

Posted

Remove this piece of the code:

inline bool GetPrefBool(NSString *key) {
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}

Keep only one. :)

Ok, aww.

 

New erros now... FML

Fredericos-Mac:~ root# cd /Users/fredericograciano/Desktop/igaushacker/
Fredericos-Mac:igaushacker root# make package
Making all for tweak IGAUSHacker...
 Preprocessing Tweak.xm...
 Compiling Tweak.xm...
 Linking tweak IGAUSHacker...
 Stripping IGAUSHacker...
 Signing IGAUSHacker...
/Users/fredericograciano/Desktop/igaushacker/theos/bin/ldid: line 1: html: No such file or directory
/Users/fredericograciano/Desktop/igaushacker/theos/bin/ldid: line 2: syntax error near unexpected token `<'
/Users/fredericograciano/Desktop/igaushacker/theos/bin/ldid: line 2: `  <head><t'tle>Found</title></head>
Making all in IGAUSHacker...
Making all for bundle IGAUSHacker...
 Copying resource directories into the bundle wrapper...
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/message.h:74:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include/stdint.h:63:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/stdint.h:52:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/_types.h:32:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/cdefs.h:680:2: error: 
      Unsupported architecture
#error Unsupported architecture
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/message.h:74:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include/stdint.h:63:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/stdint.h:52:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/_types.h:33:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/machine/_types.h:34:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/message.h:75:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/port.h:91:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/boolean.h:73:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/machine/boolean.h:35:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/message.h:75:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/port.h:92:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/machine/vm_types.h:35:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/message.h:77:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/kern_return.h:70:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/mach/machine/kern_return.h:35:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/types.h:78:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/machine/types.h:37:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/types.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/machine/endian.h:37:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:17:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include/limits.h:37:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/limits.h:64:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/machine/limits.h:8:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/signal.h:63:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/signal.h:81:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/machine/signal.h:34:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:21:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/signal.h:63:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/sys/signal.h:145:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/machine/_mcontext.h:31:2: error: 
      architecture not supported
#error architecture not supported
 ^
In file included from IGAUSHacker.mm:1:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/Preferences/Preferences-Structs.h:8:
In file included from /Users/fredericograciano/Desktop/igaushacker/theos/include/GraphicsServices/GSEvent.h:38:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:43:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFByteOrder.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/usr/include/libkern/OSByteOrder.h:45:10: fatal error: 
      'libkern/machine/OSByteOrder.h' file not found
#include <libkern/machine/OSByteOrder.h>
         ^
11 errors generated.
 Compiling IGAUSHacker.mm...
 Linking bundle IGAUSHacker...
 Stripping IGAUSHacker...
 Signing IGAUSHacker...
/Users/fredericograciano/Desktop/igaushacker/theos/bin/ldid: line 1: html: No such file or directory
/Users/fredericograciano/Desktop/igaushacker/theos/bin/ldid: line 2: syntax error near unexpected token `<'
/Users/fredericograciano/Desktop/igaushacker/theos/bin/ldid: line 2: `  <head><t'tle>Found</title></head>
Making stage for tweak IGAUSHacker...
Making stage in IGAUSHacker...
Making stage for bundle IGAUSHacker...
dpkg-deb: building package 'com.yourcompany.igaushacker' in './com.yourcompany.igaushacker_1.0.0-1_iphoneos-arm.deb'.
Fredericos-Mac:igaushacker root# 
Posted

Well, the deb file did get made. xD

 

Try installing it?

Posted

Well, the deb file did get made. xD

 

Try installing it?

Installed well and is showing up in the Settings.

Question tho

In the hacks settings there is the options to enable it but they all are named :

 

Switch Text 1

 

 
Switch Text 2
 
 
Switch Text 3
 
 
Switch Text 4

 

 

and I only have 3 options in the hack.

Posted

Installed well and is showing up in the Settings.

Question tho

In the hacks settings there is the options to enable it but they all are named :

 

Switch Text 1

 

 
Switch Text 2
 
 
Switch Text 3
 
 
Switch Text 4

 

 

and I only have 3 options in the hack.

You need to edit the .plist inside your /ProjectName/ProjectName/Resources/ProjectName.plist :)

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