Technology Sharing

Xcode15 reports an error: SDK does not contain 'libarclite'

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

After upgrading the old project xcode, an error is reported when running:

Xcode15 reports an error: SDK does not contain 'libarclite'

download file:https://download.csdn.net/download/ws1836300/88802587

  1. Go to the folder /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/
  2. Copy the downloaded arc folder to the lib folder
  3. Restart Xcode and it works perfectly.

Record it O(∩_∩)O haha~