user3761183 の回答を拡張するために、少しグーグルで調べた後、次のように実行しました。
sudo plutil -convert xml1 /Applications/Xcode.app/Contents/Developer/Platforms/*.platform/Info.plist
それはすべてのUnable to load platform at path /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform
エラーを取り除きました。私はまだエラーが発生しています:
「/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/Core Build System.xcspec」を読み込めませんでした。理由: エラー Domain=NSCocoaErrorDomain Code=3840 "Unexpected character b at line 1" UserInfo={NSDebugDescription=Unexpected character b at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected ';' または '=' 行 1 のキーの後に" UserInfo={NSDebugDescription=Unexpected ';' または '=' 行 1 のキーの後に}}。
しかし、私も元々それらを取得していたので、そうでない場合は、上記のコマンドで問題が解決するはずです。
Install addtional required components
編集:何もしなかったというコメントを削除しました。次に推測するのは、Jonathan F が示唆するように、XCode を再インストールすることです。
FWIW私はsudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/
すでに試しましたが、それも何もしませんでした。