AccessibilityBundle files not found when I test my app with VoiceOver on

守給你的承諾、 提交于 2019-12-14 03:18:42

问题


When I try to test my app on my 4.3.2 device with VoiceOver turned on I get the following warnings:

warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader (file not found).
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.2 (8H7)/Symbols/System/Library/AccessibilityBundles/UIKit.axbundle/UIKit (file not found).

Some google searching told me led me to delete my 4.3.2 folder in my DeviceSupport folder, but once Xcode organizer pulled the symbols from my iPhone again, the Accessibility stuff still wasn't there.

I also read that if I could use a previous version's accessibility files, but when I tried that I got a mismatched UDID warning.

The problem with all of this is that I am trying to get standard gestures in my app to pass through VoiceOver. I read this could be done if the user double-taps, holds, and then performs the gesture. But that isn't working right now, and I my best guess is that it's because of these warnings/ lack of Accessibility files.

I am in the process of updating my iOS version to 4.3.3 right now, so maybe that will fix it, but my connection is slow here and I'd like to know if there are any solutions to this issue.

Thanks


回答1:


I have found the solution. It had nothing to do with the warnings. Simply check "Accessibility Enabled" on the view in Interface Builder.



来源:https://stackoverflow.com/questions/6496352/accessibilitybundle-files-not-found-when-i-test-my-app-with-voiceover-on

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!