加载UIWebView调系统相册选择图库时闪退
即 iOS 10 使用相机及相簿闪退的问题修正
在info.plist添加
<key>NSPhotoLibraryUsageDescription</key>
<string>使用相簿需要您的同意</string>
<key>NSCameraUsageDescription</key>
<string>使用相机需要您的同意</string>
<key>NSContactsUsageDescription</key>
<string>使用联络资料需要您的同意</string>
<key>NSMicrophoneUsageDescription</key>
<string>使用麦克风需要您的同意</string>
1.Internal error. Please file a bug at bugreport.apple.com and attach
清理生成的文件cmd + shift + k就可以了