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

codesign failed #79

Open
alexkotr1 opened this issue Apr 25, 2023 · 0 comments
Open

codesign failed #79

alexkotr1 opened this issue Apr 25, 2023 · 0 comments

Comments

@alexkotr1
Copy link

i followed the steps from make info, but every time codesign fails, im getting "identity not found"

alex@Alexs-MacBook-Air whatsup % make package PROFILE=ID-6920AE75.com.alexk.whatsup messages=1
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://theos.dev/docs/parallel-building
==> Warning: Building for iOS 9.0, but the current toolchain can’t produce arm64e binaries for iOS earlier than 14.0. More information: https://theos.dev/docs/arm64e-deployment

Making all for tweak whatsup…
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-keep-going COLOR=1
internal-library-compile
THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=whatsup THEOS_CURRENT_OPERATION=compile
THEOS_BUILD_DIR="." THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
set -o pipefail; (rm -rf "/Users/alex/Desktop/whatsup/.theos/
")
set -o pipefail; (/Users/alex/theos/bin/fakeroot.sh -p "/Users/alex/Desktop/whatsup/.theos/fakeroot" -c)
set -o pipefail; (mkdir -p "/Users/alex/Desktop/whatsup/.theos/
")
set -o pipefail; ([ -d layout ] && rsync -a "layout/" "/Users/alex/Desktop/whatsup/.theos/
" --exclude "DEBIAN" --exclude "MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude ".*" || true)
Making stage for tweak whatsup…
set -o pipefail; ("/Users/alex/theos/mod/jailed/bin/ipa.sh")
==> Unpacking ClientMaps.ipa…
==> Setting bundle ID…
==> Setting display name…
Add: ":CFBundleDisplayName" Entry Already Exists
==> Copying dependencies…
==> Injecting dependencies…
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/alex/Desktop/whatsup/.theos//Payload/ClientMaps.app/ClientMaps (for architecture arm64) option "-add_rpath @executable_path/Frameworks" would duplicate path, file already has LC_RPATH for: @executable_path/Frameworks
LC_CODE_SIGNATURE load command found. Remove it? [y/n] y
Added LC_LOAD_DYLIB to /Users/alex/Desktop/whatsup/.theos/
/Payload/ClientMaps.app/ClientMaps
Added LC_LOAD_DYLIB to /Users/alex/Desktop/whatsup/.theos/_/Payload/ClientMaps.app/ClientMaps
==> Signing ClientMaps.app…
iPhone Developer: [email protected] (7JN8SH9C9G): no identity found
==> Error: Codesign failed
make: *** [internal-package] Error 1

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

1 participant