kabiroberai / theos-jailed

A Theos module to develop jailed tweaks for iOS 8 and up
Other
362 stars 65 forks source link

I keep getting ==> Error: Codesign failed #69

Open atebitsy-old opened 4 years ago

atebitsy-old commented 4 years ago

Chloees-MacBook-Pro:client nothingnowhere$ make clean do all PROFILE=ID-71ED7531.com.spotify.client DEV_CERT_NAME=39B3L552X6 ==> Cleaning…

Making all for tweak client… ==> Preprocessing client.x… ==> Compiling client.x (armv7)… ==> Linking tweak client (armv7)… ld: warning: building for iOS, but linking in .tbd file (/Users/nothingnowhere/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd) built for iOS Simulator ==> Generating debug symbols for client… rm /Users/nothingnowhere/client/.theos/obj/debug/armv7/client.x.m ==> Preprocessing client.x… ==> Compiling client.x (arm64)… ==> Linking tweak client (arm64)… ld: warning: building for iOS, but linking in .tbd file (/Users/nothingnowhere/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd) built for iOS Simulator ==> Generating debug symbols for client… rm /Users/nothingnowhere/client/.theos/obj/debug/arm64/client.x.m ==> Preprocessing client.x… ==> Compiling client.x (arm64e)… ==> Linking tweak client (arm64e)… ld: warning: building for iOS, but linking in .tbd file (/Users/nothingnowhere/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd) built for iOS Simulator ==> Generating debug symbols for client… rm /Users/nothingnowhere/client/.theos/obj/debug/arm64e/client.x.m ==> Merging tweak client… Making stage for tweak client… ==> Unpacking Spotify_8.5.73_CrackerXI.ipa… ==> Setting bundle ID… ==> Setting display name… ==> Copying dependencies… ==> Injecting dependencies… ==> Signing Spotify.app… ==> Error: Codesign failed make: *** [internal-package] Error 1 Chloees-MacBook-Pro:client nothingnowhere$

syto203 commented 4 years ago

I never really used Theos-jailed to sign apps. Use messages=1 in your build command. Alternatively, my method is building then using iosappsigner to codesign then sideload myself either via iosdeploy or manually. To build without signing add this to your build command or inside the Makefile CODESIGN_IPA=0

Edit: looking thru the manual, this is the correct way make package install [PROFILE=<your.bundle.id | file.mobileprovision>]

Try with the .mobileprovision file first