Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 git 存储库 - 包括不同的技术。安卓和 iPhone。文件夹是这样的:
.git Android iPhone
我认为有可能出现这种情况——也就是说,让 eclipse 处理 Android 和 Xcode 处理 iPhone。
Eclipse(Egit) 处理这个没有问题,另一方面 Xcode 不能处理这个?
我确实已经在 Organizer 中设置了 reprository。
Xcode 在您的 iPhone 案例中需要项目文件夹中的 .git。如果你想保持这个项目结构。那么只有一种解决方案。启动终端并手动输入 git 命令。