解决error launching remote program failed to get the task for process

如果你在虚拟机上运行没有问题,在真机上碰到:error launching remote program failed to get the task for process问题,多半是由于证书的问题引起的。仔细检查一下你编译时使用的证书,以及真机上装的证书是否匹配一致。

检查发现问题后,一定要先Clean,然后再重新编译运行。另外,证书最好自己手动选定,不要让XCode自己选择(automatic profile selector)。

你可能感兴趣的:(虚拟机,xcode)