Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atebitsy-old opened this issue Aug 31, 2020 · 1 comment
Open

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

atebitsy-old opened this issue Aug 31, 2020 · 1 comment

Comments

@atebitsy-old
Copy link

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
Copy link

syto203 commented Aug 31, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants