Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ci: set xcode sdk version when building dylib#16466

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ethanndickson merged 1 commit intomainfromethan/switch-xcode-sdk-dylib
Feb 6, 2025

Conversation

ethanndickson
Copy link
Member

@ethanndicksonethanndickson commentedFeb 6, 2025
edited
Loading

The Coder Desktop app might not be able to load the dylib because the hardened runtime version is different. Right now, without manually selecting an XCode version, the dylib is built with hardened runtime version14.5. The macOS app & system extension is built with the XCode 16 SDK, which uses version15.0.

i.e.

$ sudo codesign -dvvv /Applications/Coder\ Desktop.app/Contents/Library/SystemExtensions/com.coder.Coder-Desktop.VPN.systemextension/Runtime Version=15.0.0
$ sudo codesign -dvvv /var/root/Library/Containers/com.coder.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylibRuntime Version=14.5.0

Even if this isn't an issue, I think it's preferable to select a specific xcode version here to avoid things breaking from under us.

@ethanndicksonGraphite App
Copy link
MemberAuthor

This stack of pull requests is managed byGraphite. Learn more aboutstacking.

cdr-bot[bot]
cdr-botbot approved these changesFeb 6, 2025
Copy link

@cdr-botcdr-botbot left a comment

Choose a reason for hiding this comment

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

This PR is a hotfix and has been automatically approved.

  • ✅ Base is main or release branch
  • ✅ Has hotfix label
  • ✅ Head is from coder/coder
  • ✅ Less than 100 lines

@ethanndicksonethanndickson marked this pull request as ready for reviewFebruary 6, 2025 05:58
@ethanndicksonethanndicksonenabled auto-merge (squash)February 6, 2025 05:58
@ethanndicksonethanndickson merged commit3a884df intomainFeb 6, 2025
46 checks passed
@ethanndicksonethanndickson deleted the ethan/switch-xcode-sdk-dylib branchFebruary 6, 2025 06:05
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsFeb 6, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@cdr-botcdr-bot[bot]cdr-bot[bot] approved these changes

Assignees

@ethanndicksonethanndickson

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@ethanndickson

[8]ページ先頭

©2009-2025 Movatter.jp