swiftScan icon indicating copy to clipboard operation
swiftScan copied to clipboard

xcode26 已经废弃AssetsLibrary 请删除该行引用

Open Zhuzhen6 opened this issue 5 months ago • 2 comments

Failed to build module 'AssetsLibrary'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.17.14 clang-1700.3.17.1)', while this compiler is 'Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9 clang-1700.3.19.1)'). Please select a toolchain which matches the SDK.

Image 删掉import AssetsLibrary即可正常运行

Zhuzhen6 avatar Sep 18 '25 02:09 Zhuzhen6

AssetsLibrary 这个不是有 调用一个api吗

wwpeter avatar Oct 09 '25 10:10 wwpeter

删除就可以使用了

xmsgame avatar Oct 28 '25 01:10 xmsgame