Warning: Your Xcode (10.1) is too outdated. Please update to Xcode 10.2.1 (or delete it). Xcode can be updated from the App Store.
Xcodeインストールメモ(Xcode-10.2.1) - Qiita
Xcode-10.2.1のダウンロード
https://developer.apple.com/download/more/
から Xcode_10.2.1.xip をダウンロードする。6Gbyteくらいあったので気長に待つ。
XcodeをAppStoreを使わずインストールしたときのメモ - xykのブログ
で、ダウンロードした xip ファイルをそのまま展開しようとすると
GateKeeperによるファイルの検証が始まりこれがまた時間がかかる。
これは xattr コマンドでファイルの拡張属性com.apple.quarantineを削除することでスキップすることができる。
xattr -d com.apple.quarantine Xcode_8.2.xip
を現在のヴァージョンにして、
xattr -d com.apple.quarantine Xcode_10.2.1.xip
次にやること
SpotifyAPI
Author And Source
この問題について(Warning: Your Xcode (10.1) is too outdated. Please update to Xcode 10.2.1 (or delete it). Xcode can be updated from the App Store.), 我々は、より多くの情報をここで見つけました https://qiita.com/DrqYuto/items/023b34533d2a4b91254d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .