小编Mar*_*lak的帖子

什么使NSCalendarsUsageDescription成为必需?

当我上传到iTunes Connect时,我的应用程序会收到NSCalendarsUsageDescription未提供隐私的错误.我知道此信息现在是强制性的,但我不知道我的应用程序使用哪些内容以及需要此隐私使用说明的内容.

我的应用程序在做什么/使用它需要NSCalendarsUsageDescription什么?

Dear developer,

We have discovered one or more issues with your recent delivery for "MyApp". To process your delivery, the following issues must be corrected:

This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSCalendarsUsageDescription key with a string value explaining to the user how the app uses this data.

Once these issues have been corrected, you can then redeliver the corrected binary.

Regards,

The …
Run Code Online (Sandbox Code Playgroud)

itunesconnect xcode8

23
推荐指数
4
解决办法
2万
查看次数

Xcode 8没有找到代码签名

升级到Xcode 8后,由于以下错误,我无法在设备上进行调试:

App installation failed. No code signature found.
Run Code Online (Sandbox Code Playgroud)

我的设置,观察以及到目前为止我尝试过的内容:

  • 该设备已安装iOS 10
  • Xcode 7中设备上的代码签名和调试工作(代码签名没有变化)
  • 该应用程序有一个手表应用程序(没有手表应用程序的构建/运行没有改变什么)
  • 刷新配置文件,删除所有配置文件并重新加载它们并没有改变任何东西
  • 从构建设置中删除所有代码签名设置并启用"自动管理签名",这也没有帮助
  • 我总是清理build文件夹
  • 我试过重启设备,xcode,mac
  • 我的同事报告了同一项目的同一问题
  • 我已经尝试恢复Xcode 8建议的更改(构建设置,警告修复,......)

xcode code-signing build-settings ios xcode8

11
推荐指数
1
解决办法
6400
查看次数