#author("2022-07-31T07:08:16+00:00","default:src128","src128") #author("2022-10-18T05:58:21+00:00","default:src128","src128") &tag(Xcode/トラブルシューティング); *目次 [#p3bbfbb7] #contents *関連ページ [#g420899e] *参考情報 [#bd87eade] *インストール関連 [#bb63e79e] **ソフトウェアアップデートで複数バージョンが表示される(2022/07/31(日)) [#ve0bf779] -[[Software Update shows multiple Command Line Tools updates for Xcode versions not even installed - Ask Different:https://apple.stackexchange.com/questions/442210/software-update-shows-multiple-command-line-tools-updates-for-xcode-versions-not]]にあるように複数のCommand Line Toolsが表示される。 -「Update Now」を実行してもインストールが完了せず?表示されっぱなしになっていたが何かのタイミングでなおった。コメントにあるように「More Info...」をクリックして最新版だけ入れたら解決するかも(今度やる)。 *コードエディタ [#lb1396e1] **青い変更行が表示される [#d5140948] -[[xcode13 - Xcode 13.2 - How to hide git changes in the code editor? - Stack Overflow:https://stackoverflow.com/questions/70370615/xcode-13-2-how-to-hide-git-changes-in-the-code-editor]] *リファクタリング [#bf18e3b4] **リファクタリングができない [#oeca6180] -Xcode 13.4.1で発生。プロジェクトのクリーンやDerived Dataの削除でも復活せず。 -結局Xcode入れ直したらとりあえず完了? *プロジェクト変換エラー [#v1b7c804] **The “Swift Language Version” (SWIFT_VERSION) [#ya8547b6] -The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.というエラーが表示される。 -[[ios - Xcode 9 Swift Language Version (SWIFT_VERSION) - Stack Overflow:https://stackoverflow.com/questions/46338588/xcode-9-swift-language-version-swift-version]] -「Project > Target > Build Settings > 検索バーでswiftを検索し Swift Compiler Languageを探す > Swift Language Version > バージョン指定」 *署名関連のエラー [#p1bcb2c2] **No Matching Profile found [#zf0873b6] -署名関連がおかしい。 -アプリのBundle IDとMember CenterのBundler IDとProvisioning Profileの設定を見直す。 -不要なワイルドカードエントリーがあれば削除したほうがよい。 *プロジェクト生成時nエラー [#w02c7197] **The file "exclude" doesn't exist. [#ia0a0635] -[[xcode6 - XCode 6.0.1 error when creating project: The file "exclude" doesn't exist - Stack Overflow:http://stackoverflow.com/questions/26050229/xcode-6-0-1-error-when-creating-project-the-file-exclude-doesnt-exist]]と同じ現象。 -.gitconfigの[init]セクションで存在しないgit-templateを指定してたせいか。 *ビルド時のエラー [#id3ad1b4] ** run destinationがMy Mac 64-bitでエラーになる。 [#b68755ac] -[[iOSプロジェクトのrun destinationがMy Mac 64-bitになった場合の対処 - リンゴの水やり?(はてな):http://d.hatena.ne.jp/gutskun/20120206/1328538727]]…Schema Managesで削除&追加。 -もしくはBuild SettingsでBase SDKを変更する。 *その他エラー [#q67bf67f] **missing fileのエラー [#s203fb05] -gitでcommitすれば解決する。