Search results for

“xcode github”

95,388 results found

Post

Replies

Boosts

Views

Activity

Xcode/GitHub integration broken
As of yesterday I cannot push/pull from GitHub using Xcode. I can still push/pull from command line. I get the error (in Xcode) ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type I am using MacOS 12.2.1 Xcode: 13.2.1
4
0
9.2k
Mar ’22
Reply to How to search Apple documentation well
Even though it’s Apple’s search engine for Apple’s documentation, it’s very unintuitive. We’re all used to Google searches: If there are a million matches, it shows a million matches If the search terms are mentioned anywhere on a webpage, it will probably match Conversely, Apple Developer searches are like this: If there are a million matches, it shows only a few (~20) And it doesn’t tell you there are more matches, or give you any way to see them! If the search terms are mentioned anywhere on a webpage, it still may not match The Videos tab is inconsistent Looks like it will show max 5 matches, again implying there are no more matches, and certainly no way to see them (e.g., searching for xcode github gives 5 results, none of which are what I want) (https://developer.apple.com/search/?q=xcode%20github&type=Videos) (but searching in Apple’s Developer app gives 3 results, two of which are promising) (“Source Control Workflows in Xcode” from 2018, and a similar one from 2017) The
May ’22
About Xcode and GitHub
So I started a project in Xcode but without GitHub. Now I have prepared Xcode for GitHub and kind of made it work. I have also made a folder where I have cloned my project from GitHub. So is there any way to connect Xcode and the new folder. If I save my project it doesn't know about my new folder I presume: I could continue to use GitHub via Xcode but I'm afraid I will forget about commands in Git if I only use Xcode. If I should work on another project without Git.
1
0
282
Feb ’25
Swift, Xcode and Github
I am new to Xcode and app development. For the past few months, I have been learning Swift from edX in my spare time. I was wondering if there are any other resources that I can use to expand my knowledge on Swift and Xcode.I plan on creating a multi-tabbed news app for iOS.I would like to get started on my project but this is all new to me and I don't know where to start. The design of the app has been created in Keynote and I have done all the planning for this app. The next step is Xcode.My uncle has recommended Github as a way to log and save my work as well as share it with collaborators. How do I add a project to a Github Repository? Thank you for your help.
1
0
740
Nov ’19
Xcode 9 - Git not on GitHub?
I'd like to setup xcode 9 to work with a AWS CodeCommit Git repository, not using GitHub. I don't want our code in any way mistaken for public code.However, when I try to setup a Git repository, the only options are GitHub (no option to enter a URL), GitHub Enterprise (has URL), or Xcode Server. Xcode 8 lets me setup a Git repository on any server.Does anyone know if can we connect XCode 9 to cloud Git repositories not on GitHub? Should be somewhat common.Thanks!Dave
4
0
3.8k
Aug ’17
Adding Github Account to Xcode
I've been trying to add my Github Account to Xcode, but even with my user name and access token, all I get is a spinning wheel. No error message, no feedback. Nothing. I'm going to do it from terminal but this seems just poor. Especially, since there's no feedback from XCode on what the problem is. Any help would be nice.
0
0
26
Feb ’26
Xcode w/Github account
I'm having an issue adding my github account to Xcode. I follow the docs to do so, but the first issue that I run into is that I do not get a password field, but instead get the Token field. When I input my username and token, I simply get a spinning wheel , which doesn't appear to time out.
2
0
753
Jun ’20
Adding GitHub account to Xcode Accounts
I am attempting to add my GitHub account to Xcode. However, when I go to add my account, I get the error Your account or token is incorrect. I've changed my GitHub password multiple times and it no matter what, I still get this error. Is there anything else I can do to get this up and running? Thank you!
2
0
2.8k
Jan ’21
X-Code
Hello I need someone to tell me what application opens X-Code because I think I accidentally deleted it so now when I click on X-Code it just blinks in the dock but it never opens.
3
0
1.2k
Jun ’17
Xcode cloud cannot grant access to GitHub
I'm new to Xcode cloud and I am having trouble granting my GitHub repository access to Xcode cloud on my corresponding iOS app project, and I discovered that the username specified in the grant access window is listed my old GitHub username. Therefore, when trying to grant access to the corresponding source code, it gives me an error. I already unlinked and relinked my GitHub account to Xcode and it doesn't resolve. How can I relink my GitHub account so that on Xcode it will show as my current GitHub username? Also my repository is private. Does it only work when it's public?
1
0
1.4k
Mar ’23
Xcode 13.2 and Github - No Packages listed
I connected Github to Xcode 13.2 (Monterey macOS) successfully, however I do not see any packages available when I select Github as the source. I did download Xcode 13.2 from the developers website and it did fix some problems I was having with Xcode from the App Store but did make any difference to the issue above. Anybody else have this issue with Xcode 13.2?
4
0
1.2k
Dec ’21
Xcode Github integration
I'm on the latest version of Xcode and I'm not able to add Github account the Xcode. All the source control options are disabled as shown in the attached image link.Any help would be appreciated.Thanks,Animesh
Replies
2
Boosts
0
Views
1.3k
Activity
Jan ’19
Xcode/GitHub integration broken
As of yesterday I cannot push/pull from GitHub using Xcode. I can still push/pull from command line. I get the error (in Xcode) ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type I am using MacOS 12.2.1 Xcode: 13.2.1
Replies
4
Boosts
0
Views
9.2k
Activity
Mar ’22
Reply to How to search Apple documentation well
Even though it’s Apple’s search engine for Apple’s documentation, it’s very unintuitive. We’re all used to Google searches: If there are a million matches, it shows a million matches If the search terms are mentioned anywhere on a webpage, it will probably match Conversely, Apple Developer searches are like this: If there are a million matches, it shows only a few (~20) And it doesn’t tell you there are more matches, or give you any way to see them! If the search terms are mentioned anywhere on a webpage, it still may not match The Videos tab is inconsistent Looks like it will show max 5 matches, again implying there are no more matches, and certainly no way to see them (e.g., searching for xcode github gives 5 results, none of which are what I want) (https://developer.apple.com/search/?q=xcode%20github&type=Videos) (but searching in Apple’s Developer app gives 3 results, two of which are promising) (“Source Control Workflows in Xcode” from 2018, and a similar one from 2017) The
Replies
Boosts
Views
Activity
May ’22
Reply to Merge Project File Conflicts
Have you instead looked into Xcode's github source control features?See https://developer.apple.com/videos/play/wwdc2017/405/
Replies
Boosts
Views
Activity
Mar ’18
About Xcode and GitHub
So I started a project in Xcode but without GitHub. Now I have prepared Xcode for GitHub and kind of made it work. I have also made a folder where I have cloned my project from GitHub. So is there any way to connect Xcode and the new folder. If I save my project it doesn't know about my new folder I presume: I could continue to use GitHub via Xcode but I'm afraid I will forget about commands in Git if I only use Xcode. If I should work on another project without Git.
Replies
1
Boosts
0
Views
282
Activity
Feb ’25
github and bitbucket with Xcode
I try to setup xcode with github and bitbucket i been doing some gogole but must of them don't work?But is there any other way to setup to github and bucket?I fix it i had to add a new branch for it to work in github and bitbucket i think i got alot to learn about git.:)
Replies
0
Boosts
0
Views
633
Activity
May ’16
Swift, Xcode and Github
I am new to Xcode and app development. For the past few months, I have been learning Swift from edX in my spare time. I was wondering if there are any other resources that I can use to expand my knowledge on Swift and Xcode.I plan on creating a multi-tabbed news app for iOS.I would like to get started on my project but this is all new to me and I don't know where to start. The design of the app has been created in Keynote and I have done all the planning for this app. The next step is Xcode.My uncle has recommended Github as a way to log and save my work as well as share it with collaborators. How do I add a project to a Github Repository? Thank you for your help.
Replies
1
Boosts
0
Views
740
Activity
Nov ’19
Xcode 9 - Git not on GitHub?
I'd like to setup xcode 9 to work with a AWS CodeCommit Git repository, not using GitHub. I don't want our code in any way mistaken for public code.However, when I try to setup a Git repository, the only options are GitHub (no option to enter a URL), GitHub Enterprise (has URL), or Xcode Server. Xcode 8 lets me setup a Git repository on any server.Does anyone know if can we connect XCode 9 to cloud Git repositories not on GitHub? Should be somewhat common.Thanks!Dave
Replies
4
Boosts
0
Views
3.8k
Activity
Aug ’17
Adding Github Account to Xcode
I've been trying to add my Github Account to Xcode, but even with my user name and access token, all I get is a spinning wheel. No error message, no feedback. Nothing. I'm going to do it from terminal but this seems just poor. Especially, since there's no feedback from XCode on what the problem is. Any help would be nice.
Replies
0
Boosts
0
Views
26
Activity
Feb ’26
Xcode w/Github account
I'm having an issue adding my github account to Xcode. I follow the docs to do so, but the first issue that I run into is that I do not get a password field, but instead get the Token field. When I input my username and token, I simply get a spinning wheel , which doesn't appear to time out.
Replies
2
Boosts
0
Views
753
Activity
Jun ’20
Adding GitHub account to Xcode Accounts
I am attempting to add my GitHub account to Xcode. However, when I go to add my account, I get the error Your account or token is incorrect. I've changed my GitHub password multiple times and it no matter what, I still get this error. Is there anything else I can do to get this up and running? Thank you!
Replies
2
Boosts
0
Views
2.8k
Activity
Jan ’21
X-Code
Hello I need someone to tell me what application opens X-Code because I think I accidentally deleted it so now when I click on X-Code it just blinks in the dock but it never opens.
Replies
3
Boosts
0
Views
1.2k
Activity
Jun ’17
Xcode cloud cannot grant access to GitHub
I'm new to Xcode cloud and I am having trouble granting my GitHub repository access to Xcode cloud on my corresponding iOS app project, and I discovered that the username specified in the grant access window is listed my old GitHub username. Therefore, when trying to grant access to the corresponding source code, it gives me an error. I already unlinked and relinked my GitHub account to Xcode and it doesn't resolve. How can I relink my GitHub account so that on Xcode it will show as my current GitHub username? Also my repository is private. Does it only work when it's public?
Replies
1
Boosts
0
Views
1.4k
Activity
Mar ’23
Reply to Xcode 15 broke git view. How to revert to Xcode 14 git features?
Every time I use Integrate>Commit, X-code crashes. It also crashes when I click to view uncommitted changes, plus various other source control menu items. Frustrating because I want to push changes to Github so my coding partner can work with an updated version of the code. Any workarounds? I also have Github desktop loaded on my Mac.
Replies
Boosts
Views
Activity
Dec ’23
Xcode 13.2 and Github - No Packages listed
I connected Github to Xcode 13.2 (Monterey macOS) successfully, however I do not see any packages available when I select Github as the source. I did download Xcode 13.2 from the developers website and it did fix some problems I was having with Xcode from the App Store but did make any difference to the issue above. Anybody else have this issue with Xcode 13.2?
Replies
4
Boosts
0
Views
1.2k
Activity
Dec ’21