0

My App compile and work on an iPhone with iOS9 but failed with this issue on an iPhone with iOS8.4?

dyld: Symbol not found: _UIAccessibilityNotificationVoiceOverIdentifier Referenced from: /private/var/mobile/Containers/Bundle/Application/EEFA3096-700D-4415-9875-861A5992544F/XXX.app/Demo Expected in: /System/Library/Frameworks/UIKit.framework/UIKit in /private/var/mobile/Containers/Bundle/Application/EEFA3096-700D-4415-9875-861A5992544F/XXX.app/Demo

I can't find to which library this _UIAccessibilityNotificationVoiceOverIdentifier is related?

Mihir Oza
  • 2,768
  • 3
  • 35
  • 61
Hugues BR
  • 2,238
  • 1
  • 20
  • 26

1 Answers1

0

Updating to cocoapods 0.39 and specifying use_frameworks! have fix my issue

Hugues BR
  • 2,238
  • 1
  • 20
  • 26