新版的xcode和ios10造成了许多问题
比如自动签名 moudle默认不支持c/c++
还有privacy问题
This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an çkey with a string value explaining to the user how the app uses this data.
这是来自apple的邮件 说我privacy出现问题 因为之前unity倒出来的项目都没啥问题的
只是有时候构建版本出现的比较慢
然后这次我上传了二十多个版本都没看到 我就问了邮件(邮箱不是我的。一直没想着看)
之后就是点开info.plist 去声明这个key
<key>NSCameraUsageDescription</key> <
string>cameraDesciption</string>
还有这些常用的 百度来的
<key>NSPhotoLibraryUsageDescription</key>
<string>cameraDesciption</string>
<key>NSContactsUsageDescription</key>
<string>contactsDesciption</string>
<key>NSMicrophoneUsageDescription</key>
<string>microphoneDesciption</string>