Mac访问IOS真机遇到的问题

背景:访问iOS真机都需要在手机上先安装agent(源码地址:https://github.com/AirtestProject/IOS-Tagent),下载完成agent后,在Xcode中启动iOS-agent报如下错

Failed to create provisioning profile. There are no devices registered in your account on the developer website. Select a device run destination to have Xcode register it.

问题实际就是Xcode中provisioning profile已经过期啦

解决方案:

在Xcode 工程setting菜单中,进入Accounts tab页中重新添加对应的账户后,再次编译工程即可;

 

 

 

 

 最后检查Xcode中provisioning profile在当前时间内没有过期,如下图:

 

posted @ 2023-02-16 20:28  sunshine_coast  阅读(84)  评论(0)    收藏  举报