真机调试免费App ID出现的问题
The maximum number of apps for free development profiles has been reached.
免费应用程序调试最大限度
苹果免费App ID只能运行2个应用程序,当调试第三个的时候就会报这个错误,必须把之前的应用程序删除,才能调试新的 

  • 1.出现问题
    xcode工程编译错误:The maximum number of apps for free development profiles has been reached.
    免费ID最多能装2个应用程序,当出现第三个的时候就会报这个错误
  • 2.解决问题 

    连接iPhone 打开Xcode->Window->Devices

xcode工程编译错误:The maximum number of apps for free development profiles has been reached.
打开Xcode->Window->Devices
    • 3.接着出现这个界面
      xcode工程编译错误:The maximum number of apps for free development profiles has been reached.
      当前有三个应用程序,包括本次运行的应用程序
    • 4.删除其中一个,不是本次运行的应用程序
      xcode工程编译错误:The maximum number of apps for free development profiles has been reached.
      选中要删除的应用程序,点击-
    • 5.接着会弹框
      xcode工程编译错误:The maximum number of apps for free development profiles has been reached.
      直接选中Delete
    • 6.再次运行,大工告成

相关文章: