`
浮生长恨
  • 浏览: 212171 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

failed to attach to process ID <ID number>

阅读更多

Anyone has experienced this problem? Yesterday I still can run my app in simulator but now I cannot run my app since Xcode prints this error in console:

error: failed to attach to process ID <ID number>




I experienced the same problem, and after a while I found out that it was due to the fact that my XCode project included a Folder Reference to a folder named Resources.

It seems that XCode doesn't like that name.

Just removing the folder reference or renaming the folder solved the issue.
分享到:
评论

相关推荐

    中移物联 M5310 AT指令 英文版

    &lt;CR&gt;&lt;LF&gt;FIRMWARE DOWNLOAD FAILED&lt;CR&gt;&lt;LF&gt; Indicates download failed. &lt;CR&gt;&lt;LF&gt;FIRMWARE DOWNLOADED&lt;CR&gt;&lt;LF&gt; Indicates download finished. &lt;CR&gt;&lt;LF&gt;FIRMWARE UPDATING&lt;CR&gt;&lt;LF&gt; Indicates UE is updating. &lt;CR&gt;&lt;LF...

    M5310-A模组AT指令手册2.0

    &lt;CR&gt;&lt;LF&gt;FIRMWARE DOWNLOAD FAILED&lt;CR&gt;&lt;LF&gt; Indicates download failed. &lt;CR&gt;&lt;LF&gt;FIRMWARE DOWNLOADED&lt;CR&gt;&lt;LF&gt; Indicates download finished. &lt;CR&gt;&lt;LF&gt;FIRMWARE UPDATING&lt;CR&gt;&lt;LF&gt; Indicates UE is updating. &lt;CR&gt;&lt;LF...

    itext-2.1.7.js7.jar

    &lt;artifactId&gt;itext&lt;/artifactId&gt; &lt;version&gt;2.1.7.js7&lt;/version&gt; &lt;scope&gt;compile&lt;/scope&gt; &lt;optional&gt;false&lt;/optional&gt; &lt;exclusions&gt; &lt;exclusion&gt; &lt;groupId&gt;org.bouncycastle&lt;/groupId&gt; &lt;artifactId&gt;bcmail-jdk15on&lt;/...

    Missing artifact com.oracle:ojdbc6:jar:11.2.0.1.0问题解决 ojdbc包pom.xml出错

     &lt;artifactId&gt;ojdbc6&lt;/artifactId&gt;  &lt;version&gt;11.2.0.1.0&lt;/version&gt; &lt;/dependency&gt; 1.首先确定你是否有安装oracle,如果有安装的话,找到ojdbc6.jar包 D:\app\Administrator\product\11.2.0\dbhome_1\jdbc\lib\...

    VMware Workstation Pro 14导入ova报错问题解决方法(Invalid target disk adapter type pvscsi)

    &lt;Disk id="vmdisk1" file="disk1.vmdk" format="sparse" parent=" " capacity="268435456" capacityIncrement="2097152" grainSize="2097152" /&gt; &lt;Disk id="vmdisk2" file="disk2.vmdk" format="sparse" parent=" ...

    poi:适合解析小的excel文件,文件稍微大一点就出现OOM。

    &lt;groupId&gt;org.apache.poi&lt;/groupId&gt; &lt;artifactId&gt;poi&lt;/artifactId&gt; &lt;version&gt;3.15&lt;/version&gt; &lt;/dependency&gt; &lt;dependency&gt; &lt;groupId&gt;org.apache.poi&lt;/groupId&gt; &lt;artifactId&gt;poi-ooxml&lt;/artifactId&gt; &lt;version&gt;...

    Failed to execute goal org.apache.maven.plugins:maven-compiler

    在&lt;plugins&gt;&lt;/plugins&gt;中添加&lt;plugin&gt; &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt; &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt; &lt;version&gt;3.8.1&lt;/version&gt; &lt;configuration&gt; &lt;source&gt;1.8&lt;/source&gt; ...

    apt-maven-plugin:Maven APT插件

    apt-maven-插件 apt-maven-plugin提供Java 6 APT功能的Maven集成。 支持的目标是 process - to process main sources test-process - to process test sources ... &lt;goal&gt;process&lt;/goal&gt; &lt;/goals&gt; &lt;config

    Maven使用tomcat8-maven-plugin插件.docx

    &lt;id&gt;alfresco-public-snapshots&lt;/id&gt; &lt;url&gt;https://artifacts.alfresco.com/nexus/content/groups/public-snapshots&lt;/url&gt; &lt;snapshots&gt; &lt;enabled&gt;true&lt;/enabled&gt; &lt;updatePolicy&gt;daily&lt;/updatePolicy&gt; &lt;/...

    eclipse-testng 离线包下载

    &lt;xsl:output name="xml" method="xml" indent="yes"/&gt; &lt;xsl:output name="html" method="html" indent="yes" omit-xml- declaration="yes"/&gt; &lt;xsl:output name="xhtml" method="xhtml" indent="yes" omit-xml-...

    KKfile文件上传依赖aspose-cad-23.7.jar

    &lt;artifactId&gt;aspose-cad&lt;/artifactId&gt; &lt;version&gt;${aspose-cad.version}&lt;/version&gt; &lt;scope&gt;system&lt;/scope&gt; &lt;systemPath&gt;${project.basedir}/lib/aspose-cad-23.7.jar&lt;/systemPath&gt; &lt;/dependency&gt;

    swingx包

    &lt;br&gt;&lt;br&gt;If jUnit is not properly configured, you may get an error like this:&lt;br&gt; BUILD FAILED&lt;br&gt; c:\swingx\nbproject\build-impl.xml:407: Following error occured while executing this line&lt;br&gt; c:\\...

    web简易登陆管理页面及自动跳转注册页面及简易网络计算器

    name="username" /&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="words"&gt; password&lt;/td&gt;&lt;td&gt;&lt;input type="password" value="" id="password" name="password"/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td class="words"&gt;&lt;input type="submit" style=...

    使用servlet和form和session表单实现最简单的登录跳转功能

    &lt;h1&gt;Login Failed&lt;/h1&gt; &lt;% } %&gt; &lt;a href="logout.jsp"&gt;Logout&lt;/a&gt; &lt;/body&gt; &lt;/html&gt; ``` 在这个JSP页面中,我们检查了Session是否包含"loggedInUser"属性。如果有,就显示欢迎消息;否则,显示登录失败的信息。...

    kingbase8.2和8.6版本

    &lt;artifactId&gt;kingbase8&lt;/artifactId&gt; &lt;version&gt;8.2.0&lt;/version&gt; &lt;/dependency&gt; &lt;dependency&gt; &lt;groupId&gt;com.kingbase&lt;/groupId&gt; &lt;artifactId&gt;kingbase8&lt;/artifactId&gt; &lt;version&gt;8.6.0&lt;/version&gt; &lt;/dependency...

    实验1 JSP程序设计1.doc

    number=5"&gt;Calculate Square&lt;/a&gt; &lt;/body&gt; &lt;/html&gt; ``` **SquareServlet.java** ```java import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet....

    jrebel idea 插件包

    &lt;id&gt;generate-rebel-xml&lt;/id&gt; &lt;phase&gt;process-resources&lt;/phase&gt; &lt;goals&gt; &lt;goal&gt;generate Rebel XML&lt;/goal&gt; &lt;/goals&gt; &lt;/execution&gt; &lt;/executions&gt; &lt;/plugin&gt; &lt;/plugins&gt; &lt;/build&gt; ``` 对于Gradle项目,...

    解决dbf Failed to parse Number: For input string: "-.---"

    本文将深入探讨标题和描述中提到的问题:“解决dbf Failed to parse Number: For input string: "-.---""”,以及如何在不依赖特定jar包的情况下处理DBF文件。 首先,"Failed to parse Number: For input string: ...

    使用Spring引起的错误

    &lt;filter-class&gt;org.springframework.orm.hibernate3.support.OpenSessionInViewFilter&lt;/filter-class&gt; &lt;!-- 设置Flush Mode --&gt; &lt;init-param&gt; &lt;param-name&gt;flushMode&lt;/param-name&gt; &lt;param-value&gt;AUTO&lt;/param-...

    maven常见问题及解决办法

    &lt;id&gt;releases&lt;/id&gt; &lt;username&gt;your_username&lt;/username&gt; &lt;password&gt;your_password&lt;/password&gt; &lt;/server&gt; &lt;/servers&gt; ``` - 确保在`&lt;repositories&gt;`部分也包含了相应的仓库信息: ```xml &lt;repositories&gt; ...

Global site tag (gtag.js) - Google Analytics