美文网首页
关于XCode8新版本构建版本消失

关于XCode8新版本构建版本消失

作者: 灬观众 | 来源:发表于2016-12-21 15:52 被阅读0次

今日升级为XCode8以后 在打包的时候遇到 上传成功,活动中显示正在处理,几分钟后,构建的版本消失不见。在百度之后经过尝试,在无私有API的情况下,根据http://www.jianshu.com/p/5e40db18d7c2中所言。在Info.plist里添加如下:

NSAppleMusicUsageDescription

App需要您的同意,才能访问媒体资料库

NSBluetoothPeripheralUsageDescription

App需要您的同意,才能访问蓝牙

NSCalendarsUsageDescription

App需要您的同意,才能访问日历

NSCameraUsageDescription

App需要您的同意,才能访问相机

NSHealthShareUsageDescription

App需要您的同意,才能访问健康分享

NSHealthUpdateUsageDescription

App需要您的同意,才能访问健康更新

NSLocationAlwaysUsageDescription

App需要您的同意,才能始终访问位置

NSLocationUsageDescription

App需要您的同意,才能访问位置

NSLocationWhenInUseUsageDescription

App需要您的同意,才能在使用期间访问位置

NSMicrophoneUsageDescription

App需要您的同意,才能访问麦克风

NSMotionUsageDescription

App需要您的同意,才能访问运动与健身

NSPhotoLibraryUsageDescription

App需要您的同意,才能访问相册

NSRemindersUsageDescription

App需要您的同意,才能访问提醒事项

进行修改版本号重新打包上传。这样就可以了。上传成功,进行处理  并且不会消失。感谢上述简书作者天天星期天

相关文章

网友评论

      本文标题:关于XCode8新版本构建版本消失

      本文链接:https://www.haomeiwen.com/subject/hppqvttx.html