扫码关注官方订阅号
业精于勤,荒于嬉;行成于思,毁于随。
provision profile 你重现导入看看 xcode preference account detail中可以删除该文件
code signing identity 的 Release 换成 iOS distribution
我也遇到过这个问题,解决方法如下:Unable to find a team with the given Team ID
解决方法:
在Target的General界面中将Team改为所对应的开发者账号团队
在Target的Build Settings中的Code Signing Identity都改为iOS Developer(这里不能选择自己的),Provisioning Profile改为Automatic
此时Clean之后再运行,就可以出现Fix Issue的对话框,选择Fix Issue即可。
如果还是不行,那就重启一些Xcode就可以了。
本文原文地址:http://blog.csdn.net/zhaoxy_thu/article/details/42494781
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
provision profile 你重现导入看看
xcode preference account detail中可以删除该文件
code signing identity 的 Release 换成 iOS distribution
我也遇到过这个问题,解决方法如下:
Unable to find a team with the given Team ID
解决方法:
在Target的General界面中将Team改为所对应的开发者账号团队
在Target的Build Settings中的Code Signing Identity都改为iOS Developer(这里不能选择自己的),Provisioning Profile改为Automatic
此时Clean之后再运行,就可以出现Fix Issue的对话框,选择Fix Issue即可。
如果还是不行,那就重启一些Xcode就可以了。
本文原文地址:http://blog.csdn.net/zhaoxy_thu/article/details/42494781