Xcode でコードを実行すると、コンソールに次の警告メッセージが表示されます。
Cannot find executable for CFBundle 0xb64f080
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded)
Cannot find executable for CFBundle 0xb6558f0
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)
Cannot find executable for CFBundle 0xb6616a0
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded)
IOS シミュレーター メニューの [リセットとコンテンツの設定] ボタンを押すと、これらのメッセージをすべてクリアできることがわかっています。ただし、最初の実行のメッセージのみがクリアされ、コードの 2 回目の実行後にコンソールに戻ってきます。それらをすべてクリアする究極の解決策があるかどうか疑問に思っています。私は彼らを見たくないだけです。
前もって感謝します。