在ios的离子2应用中无法附加到进程ID Xcode

时间:2016-11-17 07:47:59

标签: angular typescript ios-simulator xcode7 ionic2

我是离子应用的新手。 请参阅我的系统设置 -

******************************************************
 Dependency warning - for the CLI to run correctly,      
 it is highly recommended to install/upgrade the following:     

 Install ios-deploy to deploy iOS applications to devices.  `npm install -g ios-deploy` (may require sudo)

******************************************************

Your system information:

Cordova CLI: 6.4.0 
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.1.8
Ionic App Lib Version: 2.1.4
ios-deploy version: Not installed
ios-sim version: 5.0.8 
OS: OS X Yosemite
Node Version: v6.2.2
Xcode version: Xcode 7.2 Build version 7C68



******************************************************

我看过很多教程,就像那里提到的那样,但我仍然会收到错误。

任何人都可以麻烦!!!

1 个答案:

答案 0 :(得分:0)

我正在研究Ionic 2应用程序,我是新手,甚至是Xcode和模拟器 最初我的应用程序正在模拟器上工作,但一段时间后它开始产生错误 - 如 xcode错误:无法附加到进程ID

我搜索过,尝试了以上所有答案,但我的问题没有得到解决 然后我更新了{Ionicnpmcordova)我的机器设置 -

******************************************************
 Dependency warning - for the CLI to run correctly,      
 it is highly recommended to install/upgrade the following:     

 Install ios-deploy to deploy iOS applications to devices.  `npm install -g ios-deploy` (may require sudo)

******************************************************

Your system information:

Cordova CLI: 6.4.0 
Ionic Framework Version: 2.0.0-beta.10
Ionic CLI Version: 2.1.8
Ionic App Lib Version: 2.1.4
ios-deploy version: Not installed
ios-sim version: 5.0.8 
OS: OS X Yosemite
Node Version: v6.2.2
Xcode version: Xcode 7.2 Build version 7C68



******************************************************

在此之后我只是从我的应用程序主目录

运行命令
  1. 离子运行-l
  2. ionic build ios。
  3. 导入xcode更改为xcode。
  4. 重置内容并设置为 -
    enter image description here
  5. 来自xcode的清晰产品,
    enter image description here
  6. 运行Xcode,现在正在使用模拟器。
  7. 很高兴看到这个!!!