Solved this by deleting xccheckout file under
</pre><pre name="code" class="objc">ProjectName.xcodeproj > project.xcworkspace > xcshareddata
This had contained references to the previous repos.
本文介绍了一种解决Xcode项目中因先前仓库残留导致的问题的方法。通过删除特定目录下的xccheckout文件,可以有效地清除对旧版本库的引用,从而避免项目构建时出现不必要的错误。
Solved this by deleting xccheckout file under
</pre><pre name="code" class="objc">ProjectName.xcodeproj > project.xcworkspace > xcshareddata
This had contained references to the previous repos.
3771
1万+

被折叠的 条评论
为什么被折叠?