delba / Permission

A unified API to ask for permissions on iOS
MIT License
2.91k stars 323 forks source link

app crash on launch(swift 3) #59

Closed alexkotenko closed 8 years ago

alexkotenko commented 8 years ago

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

learnwithgabbar commented 8 years ago

same here , In one of our development device , But in other devices this is working fine please help

zxy198717 commented 8 years ago

Same issue on iPhone 6s plus, Please help.

learnwithgabbar commented 8 years ago

Remove this library through cocoapods and add manually than the error will fixed

kiokumicu commented 8 years ago

same error

sgerardi commented 8 years ago

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'

olferuk commented 8 years ago

Same here, the workaround from mr. @sgerardi didn't help 😞

kiokumicu commented 8 years ago

@sgerardi thx, it's work @EnlightenedCSF I create PR https://github.com/delba/Permission/pull/63

delba commented 8 years ago

Hi @alexkotenko, thanks for the issue!

The issue has been fixed in #63 :)