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

Error while running 'make setup' #55

Closed
JezWalmsley opened this issue Apr 18, 2020 · 1 comment
Closed

Error while running 'make setup' #55

JezWalmsley opened this issue Apr 18, 2020 · 1 comment

Comments

@JezWalmsley
Copy link

I keep on getting the error 'iPhone Developer: no identity found' and can't find how to bypass it. Any help?

@alexmodrono
Copy link

alexmodrono commented Apr 18, 2020

Make sure you're not running the command as root (using sudo or su) since the keychain is different.

If you're not running the command as root, the problem is probably because the codesign flags are incorrect.

Run security find-identity -p codesigning to get all the codesigning identities on your keychain and copy the code (which should be something like this A2BB4274B6B119DD31EF2C51DIC7C0F0D99ES6P).

Once done that, go to $THEOS/makefiles/targets/_common/darwin_head.mk and change 'TARGET_CODESIGN_FLAGS ?= --sign 'iPhone Developer' to TARGET_CODESIGN_FLAGS ?= --sign 'CODE', where CODE is the code you copied before.

Hope this helps you! It worked for me at least. :)

Repository owner deleted a comment Nov 28, 2021
Repository owner deleted a comment Nov 28, 2021
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

3 participants