Closed alexkotenko closed 8 years ago
same here , In one of our development device , But in other devices this is working fine please help
Same issue on iPhone 6s plus, Please help.
Remove this library through cocoapods and add manually than the error will fixed
same error
The project needs to be updated to include "s.weak_framework = 'Speech'" in the pod spec
A short term fix would be to add the Speech.framework manually to the Permission target in the Pods project. However you will need to manually add it back after every 'pod install/update'
Same here, the workaround from mr. @sgerardi didn't help 😞
@sgerardi thx, it's work @EnlightenedCSF I create PR https://github.com/delba/Permission/pull/63
Hi @alexkotenko, thanks for the issue!
The issue has been fixed in #63 :)
Hello I use the branch swift-3.0 and xcode Version 8.0. I run the application on ios 10 and everything works. But if I run the application on ios 9 , app crash on launch and I get error dyld: Library not loaded: /System/Library/Frameworks/Speech.framework/Speech Referenced from: /private/var/containers/Bundle/Application/XXXXXXXX/Frameworks/Permission.framework/Permission Reason: image not found Thanks