You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
It just won't work in simulator because there is no camera
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 :
Thank you
The text was updated successfully, but these errors were encountered: