Cannot find executable for CFBundle CertUIFramework.axbundle

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

提交回复
热议问题