我已正确设置所有代码签名权利.在我的手机上运行应用程序很好,但在仪器中启动它会给我一个错误消息:
Error Starting Recording
At least one target failed to launch; aborting run
Run Code Online (Sandbox Code Playgroud)
然后:
Target failed to run. Permisson to debug [app name] was denied. The app must be signed with a development identity (i.e. iOS Developer)
Run Code Online (Sandbox Code Playgroud)
有什么想法可以阻止这种情况发生吗?不会发生在我的iPad上.
目标无法运行:遇到远程异常:Faild获取pid 3103的任务
我在设备上运行iPhone OS 3.1.3,我可以在设备上以调试模式运行我的应用程序.
我下载并安装了xcode_3.2.2_and_iphone_sdk_3.2_final.dmg两次,没有任何运气.
我主要使用Xcode 9和Objectice-C.调试栏中的可视内存调试按钮按钮不会显示在该方案的任何可能配置中.我也尝试将部署目标升级到iOS10而没有任何运气.
我错过了一些构建设置,因为这个项目是很久以前创建的(我总是更新到每个新版本中的Xcode推荐设置)?
谢谢!