Macを使用しつづけていると、数百GBものシステムデータが蓄積されてディスクスペースを圧迫し、Xcodeのアップデートに必要なディスクスペースが不足してしまう状況が発生するようになる。
続きを読む
2026年02月05日
2024年09月11日
AdMobを使用しているObjective-Cのプロジェクトで、Xcodeでのビルド時に「Could not find or use auto-linked library 'swiftCompatibility50': library 'swiftCompatibility50' not found」とエラーが表示された場合の対処法
最新のAdMobのSDKを使用しているObjective-Cのプロジェクトでは、Xcodeでのビルド時に下記のエラーメッセージが表示されることがある。
続きを読む
Could not find or use auto-linked library 'swiftCompatibility50': library 'swiftCompatibility50' not found
Could not find or use auto-linked library 'swiftCompatibility51': library 'swiftCompatibility51' not found
Could not find or use auto-linked library 'swiftCompatibility56': library 'swiftCompatibility56' not found
Could not find or use auto-linked library 'swiftCompatibilityConcurrency': library 'swiftCompatibilityConcurrency' not found
Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements': library 'swiftCompatibilityDynamicReplacements' not found
Could not find or use auto-linked library 'swiftCompatibilityPacks': library 'swiftCompatibilityPacks' not found
Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found
Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibility50
Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibility51
Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibility56
Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibilityConcurrency
Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements
Linker command failed with exit code 1 (use -v to see invocation)
続きを読む
2023年09月14日
Xcode15で、コンソールログに「1 log/signpost messages lost due to high rates in live mode recording. To guarantee delivery of all logs, set IDELogRedirectionPolicy to oslogToStdio in the environment of the executable.」と表示されて、ログが書き込まれなくなったときの対処方法
実行時にコンソールログに
続きを読む
1 log/signpost messages lost due to high rates in live mode recording. To guarantee delivery of all logs, set IDELogRedirectionPolicy to oslogToStdio in the environment of the executable.と表示されて、後続のログが書き込まれなくなったときの対処法。
続きを読む
2023年09月13日
Xcode15でビルド時に「Sandbox: rsync(2380) deny(1) file-write-create」と表示されてエラーになるときの対処法
Xcodeで
TARGETSのbuild settingsで、ENABLE_USER_SCRIPT_SANDBOXING がNO(無効)になっていることを確認する。
続きを読む
Sandbox: rsync(2380) deny(1) file-write-createと表示されてエラーとなった場合、
TARGETSのbuild settingsで、ENABLE_USER_SCRIPT_SANDBOXING がNO(無効)になっていることを確認する。
続きを読む
2023年09月02日
Game Centerを有効化したアプリが審査提出できない場合の対処法
Appleは2023年8月16日、Game Center機能を使用するアプリについて、エンタイトルメントファイルにGame Centerが有効であることを示す記述が必須である通達を出した。
Game Centerのエンタイトルメントと設定の要件
https://developer.apple.com/jp/news/upcoming-requirements/?id=06262023a
Xcodeでバイナリを生成してApp Store Connectに送信し、審査提出のボタンをクリックすると下記のメッセージが表示される場合は、プロビジョニングプロファイルなどを見直す必要がある。
続きを読む
Game Centerのエンタイトルメントと設定の要件
https://developer.apple.com/jp/news/upcoming-requirements/?id=06262023a
Xcodeでバイナリを生成してApp Store Connectに送信し、審査提出のボタンをクリックすると下記のメッセージが表示される場合は、プロビジョニングプロファイルなどを見直す必要がある。
審査用に追加できません
審査プロセスを開始するには、以下の項目が必要です:
Xcodeにcom.apple.developer.game-centerキーを追加する必要があります。
続きを読む

