0
votes
0answers
13 views

How to manage external libraries in Xcode/git source control?

Okay, I'm trying to add Endpoints for Google App Engine to my app project. The directions for the iOS client code say to download this svn project: svn checkout \ ...
0
votes
0answers
13 views

Automatic Xcode Git Commit Prompts

I easily forget to regularly make local git commits, and so i've developed the bad habit of having a few very large commits. I'd really like to make lots of small commits. Largely so the messages are ...
0
votes
0answers
17 views

Xcode created circular loop in project file list and git commits fail

I have regrouped some files and added some code in my project and now I cannot get the git repo working properly. Commit button's text is "commit 1237 files" and if I press it commit screen dismisses ...
0
votes
2answers
17 views

Creating git repo for third party Xcode project

I am using the answer in this SO posting to create a new local git repository for a project I have taken over from an external developer. However, when I use the git add . command, I get the ...
1
vote
0answers
61 views

Why will xcode not allow me to connect to my git server? What does “Server is disabled” mean?

I can connect to my server keyless via ssh. I can clone on this account on my mac from my git server. Xcode's preferences accepted my git server settings with a URL like this: ...
2
votes
2answers
26 views

Xcode push workspace with submodules wrong repository on push

I am trying to cleanup my workspace. I've created a separate reusable static library for the helper functions and another for the main project. My directory structure is as follows: SimplyStats/ ...
0
votes
1answer
18 views

How to restart project in Xcode with Bitbucket

I currently have an Xcode project which has a remote in the organizer for a Bithucket repository. I want to start the project over with a fresh template. However I do not want to lose all my previous ...
0
votes
1answer
18 views

sync xcode proj between imac and macbook — push fails

Have been using git via xcode on iMac, but now I have a macbook air, and am trying to get the git repos to act as siblings so I can work on either one. Usually I work at home, but may take the ...
2
votes
1answer
54 views

Can't exclude user interface state from commit in xcode

I can't exclude user interface state file from commit. Every time I'm trying to push to github it asks me to commit first and insert user interface state file into the changes (even if I didn't move ...
0
votes
0answers
25 views

Xcode add remote repository (Bitbucket) failing

I'm not able to add a new remote repository through Xcode on my older Macbook (circa 2006). I keep getting the following error when entering the HTTPS location of my Bitbucket repository. I get the ...
0
votes
0answers
48 views

How to remove or rename files in Xcode 4 with Git version control?

I have a bunch of images in my Xcode 4 project that I would like to rename and/or remove. I am using Git as my version control. If there is an image file, say, called myImage.png which is defined as ...
0
votes
0answers
19 views

XCODE: git throttle system

Sometimes when I'm writing code XCODE works very slowly. Do almost anything. In the process there are three processes git and so far they have not done brakes and continue. Has anyone come across, as ...
3
votes
1answer
28 views

Will I ever run into problems if I don't clean before I build?

I've written a git pre-commit hook that aborts the commit if my xcode project fails to compile. It does this by running xcodebuild with the appropriate settings for my project. If the xcodebuild ...
0
votes
1answer
21 views

Dropping files inside gitignore path onto Xcode

Each time I try to add a file to my resources which is in gitignore Xcode keeps telling me "The following paths are ignored by one of your .gitignore files: res Use -f if you really want to add ...
0
votes
1answer
26 views

Can't commit Xcode project with åäö in filename

I can't commit when having a filename containing the letter 'Ö'. In this example my filename is 'Övning'. I get the following error when entering a commit message and pressing commit: error: ...

1 2 3 4 5 29
15 30 50 per page