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

Update for ios 10, library and example won't work #66

Open
rico237 opened this issue Nov 25, 2016 · 1 comment
Open

Update for ios 10, library and example won't work #66

rico237 opened this issue Nov 25, 2016 · 1 comment

Comments

@rico237
Copy link

rico237 commented Nov 25, 2016

Since Xcode 8 and IOS 10, the library won't work even the example project don't start. Here is what i'm getting on my screen :
capture d ecran 2016-11-25 a 13 50 38
Thank you

@rico237
Copy link
Author

rico237 commented Nov 29, 2016

I found the solution by my own, so for those who wonders how to make it work with IOS 10 ?
You just have to put this keys and values in the info.plist file
<key>NSMicrophoneUsageDescription</key> <string>$(PRODUCT_NAME) micro use</string> <key>NSPhotoLibraryUsageDescription</key> <string>$(PRODUCT_NAME) photo use</string> <key>NSCameraUsageDescription</key> <string>$(PRODUCT_NAME) camera use</string>

Here is a screenshot of it :

capture d ecran 2016-11-29 a 15 52 57

It just won't work in simulator because there is no camera

@rico237 rico237 closed this as completed Nov 29, 2016
@rico237 rico237 reopened this Nov 29, 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

1 participant