Your development team, "", does not support the Push Notifications capability.

问题描述:

今天从svn上checkout了别人的一个工程文件,真机运行时,Xcode显示如下问题

Your development team, "xxx.xxx.xxx", does not support the Push Notifications capability.

最后解决方法如下:

  1. 找到工程文件中xxx.entitlements文件,在vim中打开
  2. 删除.entitlements文件中的aps-environment,保存后重新运行,即可。

参考:

stackoverflow

你可能感兴趣的:(Your development team, "", does not support the Push Notifications capability.)