In Xcode, I am getting the following warning messages in the console when I run my code:
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)
I already know that I can clear all these messages by pressing "reset and content settings" button in the IOS simulator menu. However, it only clears the messages for the first run and they come back to the console after the second run of my code. I am wondering if there is an ultimate solution to clear them all. I just don't want to see them.
Thanks in advance.