Jump to content

how to make tweak with theos-jailed-master


Go to solution Solved by Rook,

12 posts in this topic

Recommended Posts

Posted

hi Does anyone explain how to make tweak in theos-jailed-master So that I can integrate them and run the app to work without jailbreaking

I know how a tweak with Theos   but i want to make it with  Theos-jailed

Posted

It is the same as the normal theos, just an IPA is added now. :)

Posted
On 3/24/2023 at 10:23 PM, Rook said:

It is the same as the normal theos, just an IPA is added now. :)

i get this error when i make package with ipa 

 

Signing BNEI0297.app…

==> Error: Could not find profile '*'

Posted
2 hours ago, Alihackali said:

i get this error when i make package with ipa 

 

Signing BNEI0297.app…

==> Error: Could not find profile '*'

Post the full logs.

Posted
13 hours ago, Rook said:

Post the full logs.

alla@alla-macbook-pro videoipa % make package

> Making all for tweak videoipa…

==> Preprocessing Tweak.xm…

==> Preprocessing Tweak.xm…

==> Compiling Tweak.xm (arm64)…

==> Compiling Tweak.xm (arm64e)…

==> Linking tweak videoipa (arm64)…

==> Generating debug symbols for videoipa

==> Linking tweak videoipa (arm64e)…

==> Generating debug symbols for videoipa

==> Merging tweak videoipa

> Making stage for tweak videoipa

==> Unpacking BNEI.ipa…

==> Setting bundle ID…

==> Setting display name…

==> Copying dependencies…

==> Injecting dependencies…

==> Signing BNEI0297.app…

==> Error: Could not find profile '*'

make: *** [/Users/alla/theos/mod/jailed/package/ipa-jailed.mk:11: internal-package] Error 1

alla@alla-macbook-pro videoipa %

Posted
13 hours ago, Rook said:

Post the full logs.

and if i follow the error 

 

ifeq ($(_THEOS_PACKAGE_FORMAT_LOADED),)

_THEOS_PACKAGE_FORMAT_LOADED := 1

 

ifeq ($(_THEOS_FINAL_PACKAGE),$(_THEOS_TRUE))

export COMPRESSION ?= 9

else

export COMPRESSION ?= 1

endif

 

internal-package::

$(ECHO_NOTHING)"$(IPA_SCRIPT)"$(ECHO_END)

 

after-package:: __THEOS_LAST_PACKAGE_FILENAME = $(THEOS_PACKAGE_DIR)/$(OUTPUT_NAME)

endif

Posted

You need to specify the profile in Makefile:

PROFILE = /Users/cert.mobileprovision

Or if you do not want to sign the IPA with theos-jailed and would rather use Sideloadly instead, then simply add this line to your Makefile:

CODESIGN_IPA = 0

 

Posted
13 hours ago, Rook said:

You need to specify the profile in Makefile:

PROFILE = /Users/cert.mobileprovision

Or if you do not want to sign the IPA with theos-jailed and would rather use Sideloadly instead, then simply add this line to your Makefile:

CODESIGN_IPA = 0

 

i need to make people can install the app by troollstroe  and it can work so please what i have to use 

when i put this PROFILE = /Users/cert.mobileprovision in my makefile it still show me error 

==> Error: Could not find profile '/Users/cert.mobileprovision'

make: *** [/Users/alla/theos/mod/jailed/package/ipa-jailed.mk:11: internal-package] Error 1

 

but when i put this it's make package work fine  

CODESIGN_IPA = 0

@Rook

  • Solution
Posted

Use CODESIGN_IPA = 0 if you just need it for TrollStore.

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