NOTE
- APP运行上限
The maximum number of apps for free development profiles has been reached.
免费应用程序调试最大限度
苹果免费App ID只能运行2个应用程序,当调试第三个的时候就会报这个错误,必须把之前的应用程序删除,才能调试新的。
Q:免费帐户仅限3台设备
A:清除xcode中的证书
1.进入证书目录 ~/Library/MobileDevice/Provisioning\ Profiles/
2.删除对应描述文件。
苹果既然限制了三个设备,就不会有方法能跳过这个限制。
- 编译后需要认证profile。设置->通用->设备管理。
Internal launch error: process launch failed: The operation couldn’t be completed. Unable to launch com.xxx.xxx because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user
编译时,需要联网认证profile。另外苹果对安装的包有签名验证,并且校验的请求有证书验证,所以安装时不能使用代理。断网情况下编译能成功,但是手机上无法启动。
Xcode 10 无开发者账号通过无线网络真机调试
iOS 关于Xcode无证书真机测试显示注册的设备数达到最大值的解决方式
Reached the maximum number of registered iPhone devices