Cannot find executable for CFBundle CertUIFramework.axbundle

前端 未结 14 1293
忘掉有多难
忘掉有多难 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: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.

提交回复
热议问题