You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting undefined symbols with keyring-rs 3.4.0
keyring = { version = "3.4.0", features = ["apple-native"] }
Xcode 16.0
Build version 16A242d
Apple clang version 16.0.0 (clang-1600.0.26.3)
Target: arm64-apple-darwin24.0.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Undefined symbols for architecture arm64:
"_CMSDecoderCopySignerTimestamp", referenced from:
security_framework::cms::decoder::CMSDecoder::get_signer_timestamp::h5974aee7f87b900b in libapp.a[397](security_framework-da88d0519bb50a42.security_framework.66c9132394a49f5d-cgu.02.rcgu.o)
"_CMSDecoderCopySignerTimestampCertificates", referenced from:
security_framework::cms::decoder::CMSDecoder::get_signer_timestamp_certificates::hf327d2c00d247bdc in libapp.a[397](security_framework-da88d0519bb50a42.security_framework.66c9132394a49f5d-cgu.02.rcgu.o)
"_CMSDecoderCopySignerTimestampWithPolicy", referenced from:
security_framework::cms::decoder::CMSDecoder::get_signer_timestamp_with_policy::h56e708e547817c85 in libapp.a[397](security_framework-da88d0519bb50a42.security_framework.66c9132394a49f5d-cgu.02.rcgu.o)
"_CMSEncoderCopySignerTimestamp", referenced from:
security_framework::cms::encoder::CMSEncoder::get_signer_timestamp::h559e11f1beb52f77 in libapp.a[398](security_framework-da88d0519bb50a42.security_framework.66c9132394a49f5d-cgu.03.rcgu.o)
"_CMSEncoderCopySignerTimestampWithPolicy", referenced from:
security_framework::cms::encoder::CMSEncoder::get_signer_timestamp_with_policy::h2ac30f714dfbf753 in libapp.a[398](security_framework-da88d0519bb50a42.security_framework.66c9132394a49f5d-cgu.03.rcgu.o)
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Just released v3.5 which fixes this - I've confirmed by building in Xcode all the way back to iOS 15.2. Please comment here if you have issues with v3.5 - thanks!
I'm getting undefined symbols with keyring-rs 3.4.0
keyring = { version = "3.4.0", features = ["apple-native"] }
The text was updated successfully, but these errors were encountered: