xcode5のiOSシミュレータでCannot find executable for CFBundleが出る
xcode5にてiOSシミュレータを動かしてるとちょくちょくとこんなエラーが出る。
2013-10-05 13:44:53.573 プロジェクト名[80811:a0b] Cannot find executable for CFBundle 0xc16dc10
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles
/CertUIFramework.axbundle> (not loaded)
これを出なくする方法のメモ
結論として以下を参考にした
Temporal workaround: click iOS Simulator > Reset Content and Settings… and run again.
ということでシミュレータのメニューから以下のように選択
「iOSシミュレータ」->「コンテンツと設定をリセット」
そのあとにシミュレータを再起動すると出なくなった。
けど、しばらくするとまたでるんだよなー。
完全に治る方法は結局不明。