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

xcodegen 2.19.0 fails to run on Mojave due to missing CryptoKit framework #1033

Open
alebcay opened this issue Mar 7, 2021 · 1 comment
Open
Assignees

Comments

@alebcay
Copy link

alebcay commented Mar 7, 2021

Hi 👋, I'm currently working on packaging version 2.19.0 for Homebrew (progress at Homebrew/homebrew-core#71781). We're currently running into an issue where the built binary doesn't seem to want to run on macOS 10.14 (Mojave):

==> /usr/local/Cellar/xcodegen/2.19.0/bin/XcodeGen --spec /private/tmp/xcodegen-test-20210223-82884-wnda1w/xcodegen.yml
dyld: Library not loaded: /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
  Referenced from: /usr/local/Cellar/xcodegen/2.19.0/bin/XcodeGen
  Reason: image not found

We believe the dependency is being pulled from Xcodeproj here, where it looks like CryptoKit should be linked if available (but workarounds are present if it's not available). However, I'm bringing this issue here just to see if we're wrong in analysis and figure out the correct steps to resolution.

Let me know if there's anything else you need from us that can help make troubleshooting or fixing this easier. Thanks!

@yonaskolb
Copy link
Owner

Have opened a new PR to Homebrew for 2.20.0 which simply requires Catalina Homebrew/homebrew-core#74854

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