Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/94.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 找不到dyld符号_UIAccessibilityNotificationVoiceOverIdentifier_Ios_Dyld - Fatal编程技术网

Ios 找不到dyld符号_UIAccessibilityNotificationVoiceOverIdentifier

Ios 找不到dyld符号_UIAccessibilityNotificationVoiceOverIdentifier,ios,dyld,Ios,Dyld,我的应用程序在使用iOS9的iPhone上编译并工作,但在使用iOS8.4的iPhone上失败了 dyld:找不到符号: _UIAccessibilityNotificationVoiceOverIdentifier引用自:/private/var/mobile/Containers/Bundle/Application/EEFA3096-700D-4415-9875-861A5992544F/XXX.app/Demo 预期位于:/System/Library/Frameworks/UIKit.

我的应用程序在使用iOS9的iPhone上编译并工作,但在使用iOS8.4的iPhone上失败了

dyld:找不到符号: _UIAccessibilityNotificationVoiceOverIdentifier引用自:/private/var/mobile/Containers/Bundle/Application/EEFA3096-700D-4415-9875-861A5992544F/XXX.app/Demo 预期位于:/System/Library/Frameworks/UIKit.framework/UIKit中 /私有/var/mobile/Containers/Bundle/Application/EEFA3096-700D-4415-9875-861A5992544F/XXX.app/Demo


我找不到此_UIAccessibilityNotificationVoiceOverIdentifier与哪个库相关?

更新到cocoapods 0.39并指定使用框架!是否已修复我的问题

是否已与部署目标进行了检查?