Jump to content

princessXZ

Member
  • Posts

    54
  • Joined

  • Last visited

Community Answers

  1. princessXZ's post in Cannot get prefubundle bool on tweak.x was marked as the answer   
    Omg I found a workaround
    I just changed file name from Tweak.x to Tweak.xm
    And change makefile from <projectname>_FILES = Tweak.x to <projectname>_FILES = Tweak.xm
    mafu:~/mcohack root# make package install > Making all for tweak mcohack… ==> Preprocessing Tweak.xm… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… ==> Compiling Tweak.xm (armv7)… ==> Linking tweak mcohack (arm64)… ==> Generating debug symbols for mcohack… ==> Linking tweak mcohack (armv7)… ==> Generating debug symbols for mcohack… rm /var/root/mcohack/.theos/obj/debug/arm64/Tweak.xm.mm rm /var/root/mcohack/.theos/obj/debug/armv7/Tweak.xm.mm ==> Merging tweak mcohack… ==> Signing mcohack… > Making all in prefbundle… > Making all for bundle prefbundle… ==> Copying resource directories into the bundle wrapper… ==> Compiling XXXRootListController.m (arm64)… ==> Compiling XXXRootListController.m (armv7)… ==> Linking bundle prefbundle (armv7)… ==> Generating debug symbols for prefbundle… ==> Linking bundle prefbundle (arm64)… ==> Generating debug symbols for prefbundle… ==> Merging bundle prefbundle… ==> Signing prefbundle… > Making stage for tweak mcohack… > Making stage in prefbundle… > Making stage for bundle prefbundle… dm.pl: building package `com.zorba.mcohack:iphoneos-arm' in `./packages/com.zorba.mcohack_0.0.1-1+debug_iphoneos-arm.deb' ==> Installing… dpkg: warning: downgrading com.zorba.mcohack from 0.0.1-2+debug to 0.0.1-1+debug (Reading database ... 58411 files and directories currently installed.) Preparing to unpack .../com.zorba.mcohack_0.0.1-1+debug_iphoneos-arm.deb ... Unpacking com.zorba.mcohack (0.0.1-1+debug) over (0.0.1-2+debug) ... Setting up com.zorba.mcohack (0.0.1-1+debug) ... Processing triggers for com.saurik.substrate.safemode (1.1) ... ==> Unloading '-'… > Making after-install in prefbundle… My Problem solved but I want to know the difference between Tweak.x and Tweak.xm and why this happens
    thank you.
×
  • 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