-
-
Notifications
You must be signed in to change notification settings - Fork 450
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: Signing for "target" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'target' from project 'libtarget') #141
Comments
Seems releated to this: I'm going to try downgrading xcode 13.3.1, none of those workaround helped |
Downgrading to 13.2.1 worked. |
Mark |
you can set project-wide development team with
you must switch settings type on top from Basic to All |
I am running into the same issue. I just want to build a shared library for iOS and not sign anything. The interesting part is building from Xcode itself works. But building via cmake or xcodebuild hits the issue. |
you can force no signing with |
Thanks! That solved the issue. Weirdly enough that property was already set inside Xcode itself. I wonder why that is the case. |
it might be a similar-looking property CODE_SIGNING_REQUIRED which doesn't have any effect I think |
I just checked and you are correct. Thanks a lot for the help. Xcode is confusing to work with at best and outright problematic at worst. |
I'm trying to build this crypto library to a library for ios: https://github.com/dfoxfranke/libaes_siv
Is failing with:
Any idea what I'm doing wrong?
Btw, I opened the generated the generated xcode project and theres not even an option to set the development team for the
aes_siv
target.The text was updated successfully, but these errors were encountered: