Cannot find executable for CFBundle CertUIFramework.axbundle

前端 未结 14 1219
忘掉有多难
忘掉有多难 2020-11-28 03:56

Just updated to Xcode 5 and this is the first error its throwing on the logger for all my apps. Can\'t seem to understand why this is happening.

    2013-09-         


        
相关标签:
14条回答
  • 2020-11-28 04:44

    I had this problem with Xcode 5 in ML 10.8.5

    I re-installed Mountain Lion (in a Parallels' VM), then update ML to 10.8.5.

    Then installrd Xcode 5, and it's worked fine.

    I think that the error is caused by a third SW installed in ML.

    0 讨论(0)
  • 2020-11-28 04:44

    Resetting the simulator is a PITA, I found a way to get rid of these messages without having to to this:

    • go to Settings > Accessibility
    • turn on Accessibility Inspector
    • turn off Accessibility Inspector
    • quit Simulator
    0 讨论(0)
  • 2020-11-28 04:45

    I had the same problem and solved it setting the 'Localization native development region' to match my systems region. In my case from 'en' to 'de'. The referenced files are stored in localized versions in your filesystem. So this setting is used to identify the needed version.

    You can find that setting in your project settings at 'Info' -> 'Custom iOS Target Properties'.

    0 讨论(0)
  • 2020-11-28 04:45

    The application Moom is also causing this issue, and I couldn't find a way to disable it for just the iOS Simulator. So for now I disabled it's accessibility features.

    0 讨论(0)
  • 2020-11-28 04:49

    So I was having this error too in Xcode 5 and 5.1. I wanted to figure out if it's Xcode bug or something else, so I did a fresh install of Mavericks 10.9.2 and Xcode 5.1. Everything seemed fine after multiple tests.

    Here is where the problem began. I put the apps and settings that I mostly use and the error came back. So I deleted everything and started adding everything one by one. After couple days I had bingo! The problem is with BetterSnapTool and BetterTouchTool

    Update 12.12.2014

    Just started using Xcode 6.1 and noticed that this bug seems to be gone at least with Xcode 6.1 simulators and BTT 0.9985 versions.

    Update: As GasB pointed out, it is possible to disable BTT for certain apps. So just disable it for iOS Simulator. You just have to remember not to use gestures while using the simulator as that triggers the error message.

    Simple solution:

    Remove the ticks in preference pane, reset simulator and do clean build. The error message will disappear. No control for the apps.

    0 讨论(0)
  • 2020-11-28 04:49

    Resetting the simulator ‘fixes’ it because it turns the accessibility support off. You can normally achieve the same by simply disabling the ‘Accessibility Inspector’ in the ‘Settings’ app.

    If, however, you need it enabled, particularly hate this error message, and are feeling adventurous then you can use the following monkey patches to silence the error: https://gist.github.com/alloy/9277316. (Be sure to NOT include this in your release builds.)

    0 讨论(0)
提交回复
热议问题