Jump to content

[Theos] Undefined symbols for architecture arm64


Aarivex

6 posts in this topic

Recommended Posts

I'm using the iOS 12.2 SDK from https://github.com/DavidSkrundz/sdks.

Whenever I want to run make do or make clean package, theos fails to compile/link outputting the following error(s):

make do
> Making all for tweak test
==> Preprocessing Tweak.x
==> Compiling Tweak.x (arm64)…
==> Linking tweak test (arm64)…
ld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libobjc.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not 
the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libobjc.tbdld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Foundation.framework/Foundation.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Foundation.framework/Foundation.tbdld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd
ld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libc++.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libc++.tbdld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libSystem.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libSystem.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Security.framework/Security.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Security.framework/Security.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Metal.framework/Metal.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Metal.framework/Metal.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//IOSurface.framework/IOSurface.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//IOSurface.framework/IOSurface.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//FileProvider.framework/FileProvider.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//FileProvider.framework/FileProvider.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreText.framework/CoreText.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreText.framework/CoreText.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//ImageIO.framework/ImageIO.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//ImageIO.framework/ImageIO.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//UIKit.framework/UIKit.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//UIKit.framework/UIKit.tbd
Undefined symbols for architecture arm64:
  "_objc_getClass", referenced from:
      __logosLocalInit in Tweak.x.8221c384.o
ld: symbol(s) not found for architecture arm64
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/tweaks/test/.theos/obj/debug/arm64/test.dylib] Error 1
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/tweaks/test/.theos/obj/debug/arm64/test.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:111: test.all.tweak.variables] Error 2

Doesn't matter if I have armv7, armv7s or just arm64 in the ARCHS. It always fails with symbols not being found.

 

Is this the SDKS fault? How can I fix this?

Thanks!

Link to comment
Share on other sites

13 minutes ago, Aarivex said:

I'm using the iOS 12.2 SDK from https://github.com/DavidSkrundz/sdks.

Whenever I want to run make do or make clean package, theos fails to compile/link outputting the following error(s):


make do
> Making all for tweak test
==> Preprocessing Tweak.x
==> Compiling Tweak.x (arm64)…
==> Linking tweak test (arm64)…
ld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libobjc.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not 
the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libobjc.tbdld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Foundation.framework/Foundation.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Foundation.framework/Foundation.tbdld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation.tbd
ld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libc++.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libc++.tbdld: warning: ignoring file /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libSystem.tbd, file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/usr/lib/libSystem.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Security.framework/Security.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Security.framework/Security.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Metal.framework/Metal.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//Metal.framework/Metal.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//IOSurface.framework/IOSurface.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//IOSurface.framework/IOSurface.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//FileProvider.framework/FileProvider.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//FileProvider.framework/FileProvider.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreImage.framework/CoreImage.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//QuartzCore.framework/QuartzCore.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreText.framework/CoreText.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//CoreText.framework/CoreText.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//ImageIO.framework/ImageIO.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//ImageIO.framework/ImageIO.tbdld: warning: Auto-Linking supplied '/var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//UIKit.framework/UIKit.tbd', file was built for unsupported file format ( 0x2D 0x2D 0x2D 0x20 0x21 0x74 0x61 0x70 0x69 0x2D 0x74 0x62 0x64 0x2D 0x76 0x33 ) which is not the architecture being linked (arm64): /var/theos/sdks/iPhoneOS12.2.sdk/System/Library/Frameworks//UIKit.framework/UIKit.tbd
Undefined symbols for architecture arm64:
  "_objc_getClass", referenced from:
      __logosLocalInit in Tweak.x.8221c384.o
ld: symbol(s) not found for architecture arm64
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/tweaks/test/.theos/obj/debug/arm64/test.dylib] Error 1
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/root/tweaks/test/.theos/obj/debug/arm64/test.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:111: test.all.tweak.variables] Error 2

Doesn't matter if I have armv7, armv7s or just arm64 in the ARCHS. It always fails with symbols not being found.

 

Is this the SDKS fault? How can I fix this?

Thanks!

Try ios 9 or 10 sdks

Link to comment
Share on other sites

4 minutes ago, bR34Kr said:

Says it’s a file format error. I’m not sure this is the answer, but try changing the file from Tweak.x to Tweak.xm and make sure to change it in Makefile too

Also, if you’re not building stuff that depends on iOS 12 refer to @busmanl30‘s answer. Official Theos SDKs should work

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • West Escape v1.0.14 +5++ Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: West Escape By Estoty LLC
      Bundle ID: com.western.escape
      iTunes Store Link: https://apps.apple.com/us/app/west-escape/id6474681724?uo=4


      Hack Features:
      - Unlimited Everything
      - God Mode
      - God Mode - Horse
      - One-Hit Kill
      - No Ads -> Head into Settings and toggle the Discord Support button.


      Jailbreak required hack(s): [Mod Menu Hack] West Escape v1.0.13 +7++ Cheats [ Unlimited Everything ] - 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/
      • 36 replies
    • West Escape v1.0.14 +7++ Cheats [ Unlimited Everything ]
      Modded/Hacked App: West Escape By Estoty LLC
      Bundle ID: com.western.escape
      iTunes Store Link: https://apps.apple.com/us/app/west-escape/id6474681724?uo=4


      Hack Features:
      - Unlimited Everything
      - God Mode
      - God Mode - Horse
      - One-Hit Kill
      - One-Hit w/ Tool
      - No Tool Level Requirement
      - No Ads -> Head into Settings and toggle the Discord Support button.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] West Escape v1.0.13 +5++ Cheats [ Unlimited Everything ] - 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/
      • 20 replies
    • Merge Studio: Fashion Makeover v2.4.1 +50++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


      Hack Features:
      - Debug Menu -> Head over to Settings and toggle the Sound button.


      Jailbreak required hack(s): [Mod Menu Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Cheats [ Debug Menu ] - 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/
      • 8 replies
    • Merge Studio: Fashion Makeover v2.4.1 +50++ Cheats [ Debug Menu ]
      Modded/Hacked App: Merge Studio: Fashion Makeover By Paxie Games Oyun ve Yazilim Anonim Sirketi
      Bundle ID: com.paxiegames.mergestudio
      iTunes Store Link: https://apps.apple.com/us/app/merge-studio-fashion-makeover/id1615964753?uo=4


      Hack Features:
      - Debug Menu -> Head over to Settings and toggle the Sound button.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Merge Studio: Fashion Makeover v2.3.0 +50++ Jailed Cheats [ Debug Menu ] - 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/
      • 7 replies
    • Star Merge: Merging Match Game v1.492 +1++ Jailed Cheat [ Unlimited Everything ]
      Modded/Hacked App: Star Merge: Merging Match Game By PLUMMY GAMES OU
      Bundle ID: com.miramerge
      iTunes Store Link: https://apps.apple.com/us/app/star-merge-merging-match-game/id1580697094?uo=4


      Hack Features:
      - Unlimited Everything


      Jailbreak required hack(s): [Mod Menu Hack] Star Merge: Merging Match Game v1.43 +1++ Cheat [ Unlimited Everything ] - 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/
        • Like
      • 5 replies
    • Star Merge: Merging Match Game v1.492 +1++ Cheat [ Unlimited Everything ]
      Modded/Hacked App: Star Merge: Merging Match Game By PLUMMY GAMES OU
      Bundle ID: com.miramerge
      iTunes Store Link: https://apps.apple.com/us/app/star-merge-merging-match-game/id1580697094?uo=4


      Hack Features:
      - Unlimited Everything


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Star Merge: Merging Match Game v1.43 +1++ Jailed Cheat [ Unlimited Everything ] - 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/
      • 9 replies
    • Dark Slayer : AFK RPG v1.1.16 +2 Cheats [ God Mode ]
      Modded/Hacked App: Dark Slayer : AFK RPG By Gamepub CO., LTD
      Bundle ID: com.gamepub.zhteam
      iTunes Store Link: https://apps.apple.com/us/app/dark-slayer-afk-rpg/id6446265751?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - God Mode
      - Attack Speed Multiplier
      • 187 replies
    • Idle Breaker v1.2.2 +4++ Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Idle Breaker By Estoty LLC
      Bundle ID: com.idlesurvivor.game
      iTunes Store Link: https://apps.apple.com/us/app/idle-breaker/id6448195469?uo=4


      Hack Features:
      - Unlimited Everything -> Earn some.
      - God Mode
      - One-Hit Kill
      - One-Hit w/ Tool


      Jailbreak required hack(s): [Mod Menu Hack] Idle Breaker v1.0.31 +5++ Cheats [ Unlimited Everything ] - 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/
      • 26 replies
    • Idle Breaker v1.2.2 +5++ Cheats [ Unlimited Everything ]
      Modded/Hacked App: Idle Breaker By Estoty LLC
      Bundle ID: com.idlesurvivor.game
      iTunes Store Link: https://apps.apple.com/us/app/idle-breaker/id6448195469?uo=4


      Hack Features:
      - Unlimited Everything -> Earn some.
      - Damage Multiplier
      - Health Mulitplier
      - Tool Damage Multiplier
      - Speed Multiplier


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Breaker v1.0.31 +4++ Jailed Cheats [ Unlimited Everything ] - 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/
      • 34 replies
    • Idle Space Station - Tycoon v3.3.0 +1 Jailed Cheat [ Unlimited Gems ]
      Modded/Hacked App: Idle Space Station - Tycoon By Green Panda Games
      Bundle ID: com.gpg.iss
      iTunes Store Link: https://apps.apple.com/us/app/idle-space-station-tycoon/id6447304532?uo=4


      Hack Features:
      - Unlimited Gems -> Purchase a chest.


      Jailbreak required hack(s): [Mod Menu Hack] Idle Space Station - Tycoon v2.4.0 +1 Cheat [ Unlimited Gems ] - 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/
      • 23 replies
    • Idle Space Station - Tycoon v3.3.0 +1 Cheat [ Unlimited Gems ]
      Modded/Hacked App: Idle Space Station - Tycoon By Green Panda Games
      Bundle ID: com.gpg.iss
      iTunes Store Link: https://apps.apple.com/us/app/idle-space-station-tycoon/id6447304532?uo=4


      Hack Features:
      - Unlimited Gems -> Purchase a chest.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Idle Space Station - Tycoon v2.4.0 +1 Jailed Cheat [ Unlimited Gems ] - 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/
      • 16 replies
    • Match Factory! v1.16.15 +2 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: Match Factory! By Peak Games
      Bundle ID: net.peakgames.match
      iTunes Store Link: https://apps.apple.com/gb/app/match-factory/id6449094229?uo=4


      Hack Features:
      - Unlimited Everything -> Will increase instead of decrease. Use coins for energy.
      - Unlimited Time -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Match Factory v1.1.30 +3 Cheats [ Unlimited Everything ] - 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/
      • 34 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