iOS シミュレーターでアクセシビリティを有効にして、KIF テストを実行しようとしましたが、常に次のエラーが発生します。
** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'The accessibility inspector must be enabled in order to run KIF tests. It can be turned on in the Settings app of the simulator by going to General -> Accessibility.'
次の方法で有効になっているかどうかをplistで再確認しました。
/usr/libexec/PlistBuddy -c "Print :AXInspectorEnabled" ~/Library/Application\ Support/iPhone\ Simulator/5.0/Library/Preferences/com.apple.Accessibility.plist
そしてそれはそうであることを示しています。
何か案が?