-
Notifications
You must be signed in to change notification settings - Fork 26
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
Undefined symbols for architecture arm64 on swift 6.1 #191
Comments
Since #187, SSL dependency is no longer provided internally and an external system library needs to be installed:
|
@vsarunas it didn't help, the error remained the same |
I have these:
And also |
I have the same list in |
Hey all, thanks for reporting! I'm unable to reproduce the issue you're seeing on my arm64 machines. I just set up a new machine with macOS 15.4 (24E248), cloned this repository and installed Could you share some minimal project for me to try and reproduce your issue? |
I created a new |
Building in a Vapor project works for me as well. Are you trying to build from within Xcode or using the
|
The command you gave didn't work for me. This one worked: The build also doesn't work in xcode. The error in xcode is a little different, here it is:
UPDATE: |
Oh, sorry. I somehow typo'd an
And if this isn't working, would you mind sharing the outputs of:
as well as
Interested to verify what SSL packages you've got installed. |
Error Result
Result
|
And.. I typo'd my command again. Thanks for the output @ZirgVoice. Let's start fresh and re-use the output from
|
That is strange, I do not export these. I only have brew in PATH. |
I've managed to reproduce the issue. In an environment where all three, @vsarunas I've installed |
I removed UPDATE:
|
On Swift 6.1, when building, I get an error:
MacOS: 15.4
Xcode: 16.3
The text was updated successfully, but these errors were encountered: