摘要:
svn更新代码后,打开xcode工程文件,会出现 xxx..xcodeproj cannot be opened because the project file cannot be parsed.因为.xcodeproj工程文件冲突了,然后还是会强制更新,内部文件出现了冲突,所以解析不了文件.会出... 阅读全文
摘要:
没有删除本地文件,只是想把从工作区中删除的工程再显示出来,用import的时候提示Some projects cannot be imported because they already exist in the workspace。原因:“一些项目不能进口因为它们已经存在的工作空间”这说明你删除的时候没删除完、再在列表里找找,看有项目残留、删除干净就可以重新import了!办法:1、Some projects cannot be imported because they already exist in the workspace2、Some projects were hidden b 阅读全文