ios - 不能在 iOS 设备上只运行一个应用程序

标签 ios iphone xcode

我无法在我的 iPhone 6s 中只运行一个应用程序。它给出以下错误

enter image description here

我试过很多东西

  • 从设备上手动删除应用程序并重新安装
  • 关机并运行
  • 关闭 xcode 并运行
  • 通过更改包标识符
  • 更换团队(开发者账户)

  • 重新启动 mac 并尝试使用 xcode。

没有效果

app runs in the simulator nicely and also, I tried to run another app in my iphone 6s device. it was success. I have no idea what is going on. hope your help with this.

注意:三天前发生了同样的事情,然后我更新了手机上的 xcode 和 ios 版本。然后它起作用了。但现在它的行为方式相同。

最佳答案

找到解决方案。

  • 在 xcode 首选项中转到您的帐户。
  • 选择您的帐户并点按查看详细信息
  • 删除(通过右键单击移至垃圾箱)所有配置文件。
  • 全部重新下载。

这将解决问题。 感谢所有支持我的人。

关于ios - 不能在 iOS 设备上只运行一个应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41345094/

相关文章:

ios - 模态转换后释放 SKScene

ios - 在不可删除的行上滑动后取消选择单元格

ios - 将 UILabel 添加为 UITextField 左侧的常量字段

iphone - 代码中核心数据简单关系

iphone - 在 Swift 中使用 shouldPerformSegueWithIdentifier( ) 方法

iphone - xcode ios 6 摇动运动从以前的 View 调用 IBaction

c++ - 将终端的输入/输出重定向到 iOS JB 中的 gui

ios - 将 React-native 应用程序添加到 IOS 上的 'Activities' 面板

ios - 如何修复 "nib but didn' t get a UITableView"error?

ios - swift 3 : Load photos from Photos/Camera Roll without using UIImagePickerController