昨天下午,自己写了一个appDome想在自己手机上运行看一下效果,然后。。。
最后通过
~Library/MobileDevice/Provisioning Profiles
发现证书中的entitlements下的get task allow 值为false 不能debug了。
只能通过
Product - Scheme - Edit Scheme 取消勾选Debug executable 但是代码中的断点会无效
想要真机调试看来还要有付费账号才行。
昨天下午,自己写了一个appDome想在自己手机上运行看一下效果,然后。。。
最后通过
~Library/MobileDevice/Provisioning Profiles
发现证书中的entitlements下的get task allow 值为false 不能debug了。
只能通过
Product - Scheme - Edit Scheme 取消勾选Debug executable 但是代码中的断点会无效
想要真机调试看来还要有付费账号才行。