iOS 10相机,相册,麦克风等崩溃问题 Info.plist
The app's Info.plist must contain an NSCameraUsageDescription key with a string value
根据提示直接在Info.plist中天添加相应的 key即可
文本打开Info.plist:粘贴进去即可
<key>NSCameraUsageDescription</key>
<string>cameraDesciption</string>
<key>NSContactsUsageDescription</key>
<string>contactsDesciption</string>
<key>NSMicrophoneUsageDescription</key>
<string>microphoneDesciption</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>photoLibraryDesciption</string>

浙公网安备 33010602011771号