FastttCamera icon indicating copy to clipboard operation
FastttCamera copied to clipboard

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

Open rico237 opened this issue 9 years ago • 1 comments

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 avatar Nov 25 '16 12:11 rico237

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 avatar Nov 29 '16 14:11 rico237