Initial commit

This commit is contained in:
oscarz
2024-08-12 15:32:16 +08:00
commit f2ab7f054c
78 changed files with 2242 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,9 @@
# 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.