Carthage
概要
依存をビルドして Binary Framework にする
プロジェクトファイルやビルド設定を自動で書き換えるようなことはしない
https://github.com/Carthage/Carthage
Xcode 12~
https://github.com/Carthage/Carthage/blob/master/Documentation/Xcode12Workaround.md
https://github.com/Carthage/Carthage/issues/3102
https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above
わからないこと
Carthage は、基本的には xcodebuild で Fat Binary を生成してくれるもののはず
この xcodebuild コマンドのオプションがどのように決定されるのか、わからない
ライブラリ側の設定による?