Categories: objective-c

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)

これを出なくする方法のメモ

結論として以下を参考にした

I am hoping someone has had these errors and knows how to fix it.This is the console output in Xcode 5 b4 that suddenly appeared: Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulat...
Xcode 5 Error CertUIFramework.axbundle - Stack Overflow

Temporal workaround: click iOS Simulator > Reset Content and Settings… and run again.

ということでシミュレータのメニューから以下のように選択

「iOSシミュレータ」->「コンテンツと設定をリセット」

そのあとにシミュレータを再起動すると出なくなった。

けど、しばらくするとまたでるんだよなー。
完全に治る方法は結局不明。

mogmet

View Comments

  • Your point of view caught my eye and was very interesting. Thanks. I have a question for you.

Share
Published by
mogmet