ios - 错误: failed to launch '/private/var/containers/Bundle/Application/problem still not solved

标签 ios iphone xcode xcode10

突然间,我的 iPhone (iPhone X) 出现了问题,即使我进入了常规 > 设备管理 > 信任流程。

我也编辑了方案(产品 > 编辑方案 > 运行 > 启动时询问)

似乎没有任何效果。

最令人惊讶的是,我已经在这个应用程序上工作了一个多月了,没有任何问题,但现在它无法工作。

ps1: iPhone 模拟器完美运行

ps2:我设法让它工作,而无需使用“command + i”进行调试

iPhone has denied the launch request.

最佳答案

这可能是代码签名问题。确保您使用开发人员配置文件进行签名,而不是使用分发配置文件进行签名。另外,在尝试运行项目后,请清理派生数据。

关于ios - 错误: failed to launch '/private/var/containers/Bundle/Application/problem still not solved,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55207154/

相关文章:

ios - 在 ios 中使用旋转在圆形 View 中设置图像

ios - swift 核心数据 : Best approach for showing specific data?

xcode - 为什么 Xcode 5 助手编辑器默认为 .m 文件

ios - uicollectionview 删除顶部填充

objective-c - firebase 手机身份验证失败 ios

ios - 关于@2x @3x Xcode 图像的困惑

ios - 带外部磁力计和加速度计的倾斜补偿罗盘

iOS 错误 : No visible @interface for 'GPUImageSmoothToonFilter' declares the selector 'setBlurSize'

ios - 创建开发证书 iOS

iphone - 如何在 iOS 中检索 ssl 服务器证书?