English 中文(简体)
Can t 增加xCode 4.2项目,以储存(并投入使用)
原标题:Can t add xCode 4.2 project to repository (and get it working)
  • 时间:2011-11-06 15:10:11
  •  标签:
  • xcode
  • git

我设立了一个新的项目,所有档案都列入项目档案。

我重视我的项目,并采取以下步骤:

  1. rm -rf .git (remove all left overs if any).
  2. git init
  3. git add .
  4. git -m "initial commit"

然后,我负责我的项目,并对我的法典作一些改动。 xCode 4.2通过在项目勘探商中添加(经修改的)icon,正确无误地证明了这一点。

我正确地点击修改后的档案并选择“Source control->Commit选定文档<>em><>/strong>,并且说: 无法找到“我的项目”的工作文件。 请核实工作复制件可查,并再次尝试。

The entry I just created is red in Organizer, any ideas whats wrong? Have I missed a step?

问题回答

I suggest using built-in GIT support inside xCode, not a command line git. On project creation page, where you select folder to store project, there is checkbox you mark if you want to use GIT.

所有其他全球信息技术系统都可供查阅。

因此,试图重新确定你的项目,但确保你获得选定的全球投资机制支持。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...