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

Is it possible to build with XCode 5 without a paid dev account? #92

Closed
tsimmons opened this issue Oct 20, 2013 · 5 comments
Closed

Is it possible to build with XCode 5 without a paid dev account? #92

tsimmons opened this issue Oct 20, 2013 · 5 comments

Comments

@tsimmons
Copy link

Sorry for the simple question; I do not have a $99/year Mac Developer account and was trying to build with XCode 5 on Mountain Lion and it errors with:

No matching codesigning identity found: No codesigning identities (i.e. certificate and private key pairs) matching “Mac Developer” were found.

Is that required for building Macpass?

Thanks &
Cheers,

Toby

@DominusExult
Copy link

You have to create a self signed certificate with that name. It will not work for contributing but works fine for your own purposes with a self signed one.
One thing to remember, when you create a certificate, you need to restart xcode or it will still complain about the missing certificate even though it is there.

@mstarke
Copy link
Member

mstarke commented Oct 20, 2013

Easiest way is to do not sign at all. At least that's how it should work. Just disable the setting in the project file by setting the "Code Signing Identiy" setting to "Don't Code Sign" and it should work for you too.

codesigning

@mstarke mstarke closed this as completed Oct 20, 2013
mstarke referenced this issue Dec 1, 2013
…ard shortcuts. This might be better done via a simple "cmd + arrow" shortcut to move about
@kbadiyani-be
Copy link

I made this changes. I still see the problem. What is fix for you with the suggested change only or you had to make some additional changes...

@rlbisbe
Copy link

rlbisbe commented Jul 16, 2014

Check out on the "levels" view, you may need to set the MacPass XCode project also to "Don't code sign" (third column)

nosign

@mstarke
Copy link
Member

mstarke commented Oct 20, 2017

If you build via the command line, code signing can also be disabled there:

xcodebuild -scheme MacPass -target MacPass -configuration Release 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

5 participants