cornerstone衝突報錯記錄總結
阿新 • • 發佈:2019-02-06
1、The document "xxx.storyboard" could not be opened. Unrecognized file content.
在使用cornerstone的時候 ,看到自己的工程目錄下面有一個紅色的Conflict。 於是開啟自己的xcode,開啟storyboard的時候 彈窗顯示
原來其中有一個storyboard被蝦米不小心給改了。 在update的時候造成了衝突。
但是問題總得去想辦法解決啊 !!
最後搜了一下資料 原來這算是xcode的一個bug。 首先將xcode退出,然後右鍵擊點中open.as-->Interface Build storyBoard就可以了
2、A file or folder already exists with the specified name
今天,發現的問題。 在提交image.xcaset圖片的時候,cornerstone發生的問題如上。 為此解決的方法如下:
是因為在提交的時候你的檔案或資料夾命名衝突的原因。所以應該在原本的專案中改掉圖片名稱。
3、could not find the specified file check that the path you have specified is correct
今天,在上傳圖片的時候報瞭如上描述這個錯誤。 為此找到了解決措施:點中REPOSITORIES中專案 - > 雙擊選擇checout working copy ->在format選擇1.7 完畢