# libarclite-arc **Repository Path**: newtouch01/libarclite-arc ## Basic Information - **Project Name**: libarclite-arc - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-02-16 - **Last Updated**: 2025-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Libarclite-Files Xcode 14.3 and 14.3.1 has build issues with some Cocoa pods because of the absence of '.a' files in its XcodeDefaults toolchain contents. Here are all the missing files in Xcode 14.3. You can download and paste it into this path: > /Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/ * Note: Create a folder called 'arc' in lib folder if it doesn't exist. or 在终端执行下面的脚本,就能一句话解决这个问题 ```shell curl -s https://kaelblog.oss-cn-beijing.aliyuncs.com/share/script/lib_arc.sh | bash rm -f https://kaelblog.oss-cn-beijing.aliyuncs.com/share/script/lib_arc.sh ```