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

Executing test target fails because of development team id #17

Closed
Soryu opened this issue Jul 31, 2017 · 4 comments
Closed

Executing test target fails because of development team id #17

Soryu opened this issue Jul 31, 2017 · 4 comments

Comments

@Soryu
Copy link

Soryu commented Jul 31, 2017

Hi, I’m trying to execute the test target on macOS. Both Xcode 8 and 9b4 fail, it seems like your personal development team ID is hardcoded in both the local project files and the downloaded dependencies. Do the tests run for you on a vanilla machine/user account?
I might be doing something wrong, though, the whole dependency download and test build chain is quite involved and too clever for me.

No signing certificate "Mac Development" found:  No "Mac Development" signing certificate matching team ID "S7YQ892G6G" with a private key was found.
@andreyz
Copy link
Contributor

andreyz commented Jul 31, 2017

@Soryu, you can just set "no signing" in build settings for each of the targets that cause the error and it'll resolve your issues.

@andreyz
Copy link
Contributor

andreyz commented Jul 31, 2017

@mattgallagher with last few commits some of your targets include signing build settings, just FYI

@Soryu
Copy link
Author

Soryu commented Jul 31, 2017

@andreyz Have you actually tried it? How could I possibly disable it in targets that are downloaded as part of the build process?

@mattgallagher
Copy link
Owner

Sorry about the signing settings. I've stripped them from all of CwlSignal, CwlUtils, CwlPreconditionTesting and CwlCatchException so there shouldn't be any problem with either CwlSignal or any of the dependencies that it pulls in.

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