Issue - LNK4217
#1003
Replies: 1 comment 1 reply
-
|
It's a linker warning. It looks to me like a Windows tooling related thing, not really something I can address. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the following warning while building a project:
lld-link: warning: C:\Foo\.build\x86_64-unknown-windows-msvc\debug\Foo.build\Crypto.swift.o: locally defined symbol imported: $s11CryptoSwift6DigestV3md5ySays5UInt8VGAGFZ (defined in C:\Foo\.build\x86_64-unknown-windows-msvc\debug\CryptoSwift.build\Digest.swift.o) [LNK4217]Any ideas how to fix it? 🤔
Beta Was this translation helpful? Give feedback.
All reactions