iOS Xcode error when upgrading to Xcode15_ SDK does not contain 'libarclite'

IOS Xcode upgrade Xcode15 error: SDK does not contain ‘libarclite’

1. Carefully check the error code:.
SDK does not contain 'libarclite' at the path 
'/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/
lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target 

This path: File is missing, so go to this path to view it

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/
lib/

When an error is reported, there is no arc folder or libarclite_iphonesimulator.a file. 1. create a new arc folder 2. download the libarclite_iphonesimulator.a 3 in :https://github.com/kamyarelyasi/Libarclite-Files and paste the downloaded file into the arc folder.(The real libarclite_iphoneos.a can be added together.)

Completely shut down and restart the xcode, which will fix the problem after re-running