After updating from Xcode 4.6 to Xcode 5.0 via software update I'm getting this error:
Cannot find executable for CFBundle 0x8c422e0
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle>
(not loaded)"
I've tried the following fixes mentioned in other threads on stack overflow but none of them help:
- Repair permissions using Disk Utility from recovery partition or safe boot
- Reset Content & Settings for the iOS Simulator
- Clean, Clean build folder for the project
- Removed DerivedData from ~/Library/Developer/Xcode/DerivedData
Even a fresh project generates the same error.
On the latest version of Mountain Lion 10.8.5
Please help!