[JSB-IOS篇]遇到 error: failed to attach to process ID 0 resources

文章撰寫日期︰2013/08/24 04:20
文章修改時間︰2013/08/31 23:36
文章修改次數︰2
cocos2dx使用版本︰v 2.1.4
cocosBuilder使用版本︰v 3.0 alpha 5

一、問題

今天遇到Xcode回報
error: failed to attach to process ID 0 resources

導致cocos2dx專案在Xcode上一直無法啟動的問題。

二、解決辦法

我遇到的問題是Resources資料夾同時做為Group,
又同時做為References產生的問題。

在Stackoverflow有網有提到︰
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.
將藍色資料夾的Resources(References)移除即可解決問題。

如果這個問題解決不了你的狀況,
請再爬文,
因為看起來造成這個error的原因有很多。

2013/08/31
今天又遇到一次問題,
解決辦法是到
/Users/你的名稱/Library/Developer/Xcode/DerivedData
底下去把專案刪掉,IOS Simulator重新reset,
最後才告訴我在main.js裡多宣告了一個已被我刪除的require導致整隻程式run不起來。

沒有留言 :

張貼留言