iOS27より、UISceneライフサイクルでアプリを起動しない場合、アプリが起動しないことがAppleより正式に告知がなされた。
TN3187: Migrating to the UIKit scene-based life cycle
https://developer.apple.com/documentation/technotes/tn3187-migrating-to-the-uikit-scene-based-life-cycle#Provide-scene-configurations-from-your-app-delegate-for-dynamic-configuration
続きを読む
2026年02月05日
2026年01月31日
2026年01月21日
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)
続きを読む
2024年06月17日
2024年05月15日
Google Cloud Functions のランタイム Node.jsをアップデートする
Google Cloud Functions のランタイム Node.jsは、セキュリティ更新ポリシーにより利用できるバージョンに有効期限が設定されている。
https://cloud.google.com/functions/docs/runtime-support?hl=ja
続きを読む
https://cloud.google.com/functions/docs/runtime-support?hl=ja
続きを読む

