Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app crash on launch(swift 3) #59

Closed
alexkotenko opened this issue Sep 16, 2016 · 8 comments
Closed

app crash on launch(swift 3) #59

alexkotenko opened this issue Sep 16, 2016 · 8 comments

Comments

@alexkotenko
Copy link

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
Copy link

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

@zxy198717
Copy link

Same issue on iPhone 6s plus, Please help.

@learnwithgabbar
Copy link

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

@kiokumicu
Copy link
Contributor

same error

@sgerardi
Copy link

sgerardi commented Oct 4, 2016

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
Copy link

olferuk commented Oct 7, 2016

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

@kiokumicu
Copy link
Contributor

@sgerardi thx, it's work
@EnlightenedCSF I create PR #63

@delba
Copy link
Owner

delba commented Oct 20, 2016

Hi @alexkotenko, thanks for the issue!

The issue has been fixed in #63 :)

@delba delba closed this as completed Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants