From 2f40b9dc042d3da17d745c09e5a5c3f320be6a1e Mon Sep 17 00:00:00 2001 From: fufesou <13586388+fufesou@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:37:45 +0800 Subject: [PATCH] fix: build ios (#8570) ld: Undefined symbols: _kSecMatchSubjectWholeString, referenced from: security_framework::item::ItemSearchOptions::search::he568de2b0004b0c0 in liblibrustdesk.a[872](security_framework-88ef6afe340eb2ab.security_framework.e4562ffe63567184-cgu.0.rcgu.o) TODO: There's also a warning after commit "2116fec20b5a2165df97e329c156baf308668efc". No idea how to fix it. But it does not stop building. ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found Signed-off-by: fufesou --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1f8b39b5..4b25f5cb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5837,11 +5837,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6" dependencies = [ - "bitflags 2.6.0", + "bitflags 1.3.2", "core-foundation 0.9.4", "core-foundation-sys 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc",