Tagged Questions
2
votes
0answers
70 views
Lost files in xcode after checkout earlier git commit
After I checkout my earlier git commit, I found I lost some files in the project.
Then I randomly checkout other commits and then lost more files.
I found that I can still see the lost file in ...
1
vote
0answers
39 views
Disable osxkeychain credential helper in git as installed by Xcode
I need to disable the git credential helper for OS X: git-credential-osxkeychain
I'm using git as installed by Xcode Command Line Utilities 4.6.2 in OS X Mountain Lion 10.8.3.
In this installation ...
1
vote
0answers
121 views
XCode - unable to create snapshot - don't want git
After several successfully done "create snapshot"s, XCode now tells me it is "unable to create a snapshot" "please tell me who you are"... and some stuff about git.
i never used git and don't want to, ...
1
vote
0answers
37 views
How to resych xcode and Git
I had a power failure while using xcode. I use Git and Time Machine. When my machine came back up, and I restarted xcode, most of my project files are marked with a status of '?'. There are some that ...
1
vote
0answers
49 views
Using a cloned git repository in XCode
I have cloned my git repository on XCode, but now I want to edit it : since I am in a team that uses different IDE and OS, my cloned repository contains only source code. How can I create an xcode ...
1
vote
0answers
161 views
Stuck in git loop
I had an issue where I accidentally copied a directory into a subdirectory of itself thus creating thousands of git transactions. After unsuccessfully trying to clean that up, I decided to create a ...
1
vote
0answers
56 views
What is the purpose and function of Xcode's source control “Show Remote Status” menu option?
When working in Xcode on a project that's under git source control, I noticed the following menu item:
File > Source Control > Show Remote Status
and, when toggling it, it changes to:
File ...
1
vote
0answers
44 views
Git OpenSSL Filter & Xcode
Git newbie here.
I set up a Git repository using openssl filters:
$ cat .gitattributes
* filter=openssl diff=openssl
(Entire tutorial: https://gist.github.com/873637)
Everything works like it ...
1
vote
0answers
57 views
How can I develop on Heroku using Xcode?
I want to use XCode and git to pull-edit-push php code to Heroku.
I tried to create an empty XCode project with local git, then adding a remote to the local repository as [email protected]:.git with my ...
1
vote
0answers
41 views
Create “Template” XCode project that automaticly adds git-submodules etc?
I have a few xcode projects (static libraries) that I include in several other projects through the use of git-submodules. This works great and I like this way of sharing code between projects. ...
1
vote
0answers
47 views
Process to make a build in one step using Xcode + SVN / Git
We have several teams running iOS projects and using SVN/Git for version control, now i need to know the process how to make a build in one step (to make the app for release) using Xcode and SVN/Git.
...
1
vote
0answers
91 views
Git crashes on Xcode on push or pull attempt
I have been using the command line instead of Xcode since it seems to work better. However, I recently went to Xcode to do a simple push. Something must have got messed up during it because the data ...
0
votes
0answers
9 views
Can I use git rebase with Xcode?
I have found an in-depth discussion of why it is problematic:
http://lists.apple.com/archives/xcode-users/2012/Sep/msg00356.html
Has anyone got a successful workflow for rebasing commits on an Xcode ...
0
votes
0answers
34 views
Clone repository from github in xcode userid password error
Open xcode then click "Connect to a repository"
After entering the URL the button on the bottom changes to clone. FYI The repository is private and should require a github password and userid. ...
0
votes
0answers
13 views
Relative references in Xcode project hosted on Git repository
I have a Xcode project hosted on a Git repository. Two users are currently working on this project. We have some files (already in the project) that we need to access and we would like to obtain ...