【備忘録】Xcode15に更新後にPods経由で入れたライブラリがエラーになった

縦書きライブラリTTTAttributedLabelで以下のエラーがでていた。

SDK does not contain 'libarclite' at the path '/Users/XXXXXXX/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

【解決】
該当ライブラリのBuild SettingでiOS deployment targetが8.0になっていたので13.0とかにしてみるとビルドできた。