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

Bypass codesign when building Xcode projects #651

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Conversation

johnfairh
Copy link
Collaborator

Continuation of / fixup for #646, fixes realm/jazzy#1183.

If we're going to stop when xcodebuild fails we must make sure to set the vars that
disable code signing otherwise it will just fail for signing-related reasons and never
make it to the 'clean build' part.

Build with this change makes the projects from the jazzy issue build cleanly.

@johnfairh
Copy link
Collaborator Author

Rebased & retested on Xcode 12; @jpsim any opinion on this one?

Copy link
Owner

@jpsim jpsim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, this looks good to me, thanks for the PR!

@jpsim jpsim merged commit d40272c into jpsim:master Oct 21, 2020
@jpsim jpsim deleted the nosign branch October 21, 2020 14:19
@johnfairh
Copy link
Collaborator Author

Thanks - no problem - been that kind of a year.

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

Successfully merging this pull request may close these issues.

[0.13.3] Could not parse compiler [...] - codesign disable flags missing
2 participants