Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
19 views

How to properly use xcode source control without all of its autogenerated project files?

I set up source control on a small project with Xcode, but I quickly found that there are a lot of random files and folders that Xcode makes for my project that are also getting picked up by git. Not ...
AmLearning's user avatar
0 votes
0 answers
49 views

GitHub files have been randomly deleted. Even from old commits. Why?

So I've been working on an iOS project in Xcode and have been using the built in methods to commit and push. For the whole time I've been working on this project, I've only ever pushed a WORKING ...
Tomas's user avatar
  • 135
0 votes
0 answers
34 views

Flutter app version in Android Studio differs from what I have in Xcode. How to solve this?

I have a flutter project for my app, it is already released for IOS in AppStore and now I am trying to release it for Android in Google Play. What confuses me that the version of the app that I see in ...
Elena Epshtein's user avatar
0 votes
0 answers
115 views

How to create new branch and push local to code to github from macos commandline

I am trying to creating new branch in github, but I would like t create empty branch first and then I would to push my local xcode project to that new branch. But, I have master branch in github ...
Anilkumar iOS Developer's user avatar
0 votes
0 answers
21 views

XCODE failed to create Repositories History

I'm newbie to Swift Code and having a confusion with Xcode Repository when trying to test out how it works. Seems XCODE fail to create Repository History if we COMMIT with some CHANGES remained ...
Oscar's user avatar
  • 1
1 vote
1 answer
758 views

Xcode 15: No "Source Control" menu item in the menu bar

In Xcode 15 there is no more "Source Control" menu item. Where has it gone and how to enable it back if possible? In the previous versions of Xcode there definitely was such a button: And ...
Richard Topchii's user avatar
1 vote
1 answer
213 views

Xcode Source Control: Missing menu item. Where is the branch 'Checkout' menu option?

In Xcode's source control pane, I used to have the menu option Checkout to change between git branches. I updated to Xcode 14.2. Now I can't find this menu item anymore.
soundflix's user avatar
  • 2,416
0 votes
0 answers
58 views

All projects are already under source control

I am trying to push my code to git hub using Xcode source control. when I'm trying to create a repo it says All projects are already under source control. When I commit, it takes the entire library of ...
Sams Tabrige's user avatar
1 vote
1 answer
157 views

Xcode Source Control says repository up to date when attempting to merge branches but there are changes

I'm trying to figure out Xcode's Source Control feature for local, non-remote, git work, and I'm confused by the process of reverting back to old commits. Say my project has a single branch, main. And ...
lurning too koad's user avatar
1 vote
0 answers
41 views

Existing Xcode git repo transferring to GitLab

How can you add an existing Xcode git repository to Gitlab, so you have the project on their site, too, without having to delete the Xcode project and init an git repo on gitlab first. Couldn't find a ...
Tim Hebestreit's user avatar
0 votes
1 answer
225 views

Xcode pushes the .xcodeproj file

I created a Xcode project and pushed it into my GitHub repo(new). However, it sends not only my code files, but also the .xcodeproj file. How to push only the folders and files I need? I tried to ...
Thunder's user avatar
  • 11
0 votes
0 answers
39 views

GitHub "Remote Repo" options do not exist in Xcode

I'm having a problem with the latest Xcode where I have already configured my GitHub account, and init the .git file, but I can't find any option to create/host my repository on GitHub. How do I fix ...
Steven-Carrot's user avatar
-1 votes
1 answer
2k views

Updating xcode after upgrading MacOs operating system

I have just upgraded my MacOs operating system on one of my older machines from El Capitan to Big Sur. I subsequently tried to open xcode but I get the error: In order to use “Xcode”, you need to ...
CAF's user avatar
  • 329
4 votes
1 answer
418 views

Xcode: Cannot turn off annoying code tracking feature

There seems to be a new feature in Xcode (13.4.1) in which when you edit any line in Xcode it shows you the old version of that very line. So, for example if you have the the following line of code: ...
Ignacio Oroná's user avatar
2 votes
0 answers
86 views

How to fix Xcode source control inline comparison tool?

On Xcode Version 13.4.1, ran on MacOS Monterey 12.5, showing single line inline comparison leads to displaying glitched, but selectable, line of text. Multiple line comparison shows all but last line ...
Tarasus's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
23