Tagged Questions
0
votes
3answers
1k views
I've made changes to a storyboard after saving a snapshot, now my changes won't reflect when I compile my code. What am I doing wrong?
I'm working with xcode 4.2 on a project. I enabled the local git repository on project creation, but hadn't been using snapshots. I decided to make a change that I wasn't sure I wanted to keep, so I ...
2
votes
2answers
3k views
Cannot Merge due to conflict with UserInterfaceState.xcuserstate
I created a branch and made a bunch of changes. I committed the changes and then archived the changes. Then I switched to the master branch and tried to do a merge. It said I had uncommitted changes. ...
2
votes
1answer
48 views
Prefix Subversion comments in XCode?
Does anyone know if you can configure XCode to prefix the comment entry when attempting to commit files? I am using XCode 4.6.
The reason I ask is that I have multiple projects going on in parallel ...
0
votes
1answer
1k views
Cannot change/delete/commit/discard current branch
I created a local branch from a git repository that I am working on. I have done this many times but for some reason the branch was created and put a bunch of random junk all over my code. (like ...
0
votes
1answer
2k views
Add existing project to BitBucket using Xcode
I keep getting an error when I try to commit my project files using Xcode.
File -> Source Control -> Commit
"The operation could not be performed because no valid working copies were found."
"Please ...
3
votes
2answers
2k views
How to restore previous version of code in Xcode
I'm working on an Objective C project in Xcode and need to restore to a previous version that was committed in source control. How do I do that? I can find information on how to commit and push but no ...
6
votes
2answers
2k 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 ...
1
vote
0answers
86 views
Xcode commit issue with git
I'm having an issue with Xcode trying to commit some changes to a Git repo. Today, I created a branch from master in order to work on future updates of an app while keeping the ability to fix the ...
2
votes
3answers
846 views
Undoing a single-file Git Checkout
So, I am working on a project with XCode. Happily, I found out that it keeps an Git repository within every project. So, after a mistake on a code, i just used
git checkout aux.c
to move back from ...
2
votes
0answers
469 views
Accidental Git Commit All Files Xcode 5
Background
I use the git source control interface provided by Xcode. Typically, I edit several files, then commit only a subset of related files at a time. To exclude some files from a particular ...
1
vote
0answers
124 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: ...
0
votes
1answer
49 views
Remove git history for distributing project for bug report?
My iOS app is having a strange core data bug, and I contacted Apple's developer technical support for help. They are asking me to submit a copy of the offending code, so they can see what is going on ...
1
vote
2answers
2k views
Xcode adding new files to existing project in svn
I have an existing project on svn and i want to commit a new ViewController class. My questions is along with the ViewController and .storyboard file do i also commit the project.pbxproj ? or is that ...
9
votes
2answers
6k views
What is “UserInterfaceState.xcuserstate” file in xcode project?
I use svnX.
When importing project, I check "no ignore" option. (for importing libOAuth.a, ...)
But one file make little problem.
...
1
vote
2answers
976 views
Git Repository Created Manually Can't Commit
After creating a Git Repository using the terminal application using the following commands
Focusing the shell on the project directory
$ cd ~/Desktop/Myproject
Setting up the Git Repository
$ git ...
0
votes
2answers
619 views
Xcode Git Submodule Commit Issue
What I did
I made a new Single Page App project in my application called "parent".
I made a new Static library project called "child" and I've Added it as a git submodule in my parent project ...
0
votes
1answer
551 views
Xcode + bitbucket - Uncommitted Changes
I have had a project I've been working on for a while and just added my bitbucket remote repository so I can start having a remote source control.
When I go to File -> Source Control -> Push... it ...
0
votes
1answer
267 views
Xcode SVN commit error
this is driving me nuts. My SVN repo is working fine, I was able to checkout everything and view revisions in Xcode's organiser.
It is only when I go to commit the changes that i hit this ridiculous ...
0
votes
1answer
54 views
Why aren't my commits showing up in Xcode 4?
I am a new programmer and trying to use Xcode's source control manager to keep track of changes to my code.
Right now I would like to revert back to a previously committed version of my project. ...
1
vote
2answers
1k views
SVN Commit failed for folder/directory
SVN is failing to commit [add]ed folder. I added a new folder/directory "ImagesSubDirectory" and placed a couple of images in it. Xcode is showing "A" for all the added images. "svn status" terminal ...
1
vote
1answer
237 views
Cannot commit - messed up my sourceCode control, how to fix it?
Hello fellow programmers,
I accidentally added my whole project to my project, not once, but twice, as I was looking for another functionality. Since the folders didn't show up in Xcode itself, I ...
1
vote
1answer
1k views
Xcode git is not committing project.pbxproj
I have a remote git repository and I am trying to commit and push my latest changes. The problem is that everything commits fine except for project.pbxproj. Xcode does not complain. It just acts as ...
1
vote
1answer
3k views
Xcode and Git Source Control : “The working copy XXXXX failed to commit files”
I know this may be an ultra-newbie question, but - although I've been coding for like 18 years - it's been only a few days that I've been using Source Control for my project and I feel quite lost.
I ...
0
votes
0answers
441 views
Trying to commit from XCode on a GIT local repository after renaming the project
I have a projectA which has been duplicated and renamed ProjectB. After creating a new GIT repository from the local working copy I'm trying to commit the last changes,but I'm receiving this error ...
3
votes
2answers
5k views
Can't push on a remote git branch in xcode
I come to you because I have this really annoying issue. In xCode, I deleted some files and now, when I want to push my sources, it says that I can't since there is some uncommitted change. The ...
1
vote
1answer
201 views
Xcode commit window — show unix-diff-like diff (don't show the whole file)
Talking about latest Xcode (4.2.1) on latest Mac OS X Lion (10.7.3).
When you press option-command-C, Xcode pulls up a window showing the new file and the old revision of the file side-by-side.
I ...
0
votes
2answers
1k views
Committing Files In XCode [duplicate]
Possible Duplicate:
Do I really need version control?
My question is simple enough. When I am in Xcode and right click a file and go down to "Source Control>Commit Selected File...", it ...
1
vote
1answer
4k views
XCode: Commit failed in SVN : No space left on device
Hi,
I am committing my project in SVN using XCode. I do it successfully for quite a few months. But suddenly today, while committing, it is showing the following error :
The working copy ...
1
vote
2answers
2k views
can't commit changes in xcode 4
i set up a project to be on version control. I imported the project without problems to the server repository. Now, when i commit changes, they seem to be committed as i don't get any errors and it ...
1
vote
0answers
901 views
Xcode 4 Subversion problem (can't commit, update, etc)
Hi
In xcode 4 I checkout a project from a local svn repository, I open it , change a file commit it and no problem but if I check out the same project to a different location, modify a file, commit it ...
0
votes
1answer
2k views
Xcode and SCM Commit Error
I set up SCM (SVN) for my ipad project. checkout etc. worked good, but when i want to commit changes i get following error:
Error: 125001 (Bogus filename) Description: Couldn't determine absolute ...
8
votes
2answers
5k views
Subversion (SVN) and static libraries (.a files) compatibility?
I can't add .a files (static libraries) into my repository.
Why ?
Is there any way to "force" SVN to accept them (at least as static files...) ?
Thank you