FastttCamera
FastttCamera copied to clipboard
Update for ios 10, library and example won't work
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
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