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

Instructions for paranoid end-users to build #43

Open
Lewiscowles1986 opened this issue Jul 8, 2024 · 0 comments
Open

Instructions for paranoid end-users to build #43

Lewiscowles1986 opened this issue Jul 8, 2024 · 0 comments

Comments

@Lewiscowles1986
Copy link

Hey thanks for sharing. It's quite a useful reference.

I had it telling me it couldn't build as I don't have developer credentials to build.

~/Projects/study/background-toy/background-toy.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "294NH2A7HG" with a private key was found. (in target 'background-toy' from project 'background-toy')

Here is how I am solving, although I know I can sign using my own team ID; I just wanted to kick the tyres.

ARCH=$(uname -m)
xcodebuild build \
          -project background-toy.xcodeproj \
          -scheme background-toy \
          -destination "platform=OS X,arch=${ARCH}" \
          -configuration Release \
          -derivedDataPath build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
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