Undefined symbols for architecture arm64 #25
Replies: 1 comment 1 reply
-
@mihaicris-adoreme Sorry, we must have missed this when it came in. I don't think we do anything out of the ordinary here, except maybe If you have a PR that addresses the issue we'd be open to merging it, or if you can at attach a project that reproduces the problem we'd take a look to see if we can figure out what's going on. That said, I don't think we consider this a bug with the library given the less than traditional build settings, so I'm going to covert to a discussion for now. |
Beta Was this translation helpful? Give feedback.
-
Description
I am getting an error in Xcode, when running tests, if I use swift-dependencies (which uses swift-concurrency-extras) at the linkage step
I am using OTHER_LDFLAGS -ld_classic
Do you support the classic linker?
Checklist
main
branch of this package.Expected behavior
Link project to succeed.
Actual behavior
Steps to reproduce
swift-concurrency-extras version information
1.1.0
Destination operating system
iOS 17.4
Xcode version information
15.3
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions