Search results for

“xcode github”

96,025 results found

Post

Replies

Boosts

Views

Activity

Carthage cannot retrieve github private repos when run as Xcode bot user
I have an integration that clones my code from github fine using a newly generated key pair.However I have a pre-trigger that runs `carthage bootstrap` to pull my dependencies. Dependencies from my own private repos fail to download, showing Host key verification failed which implies Carthage is using SSH to connect to github (should be https I think) but is also struggling with known_hosts.Does anybody have any clues how to set this up? I have it all working fine under a builder account on the same box, it only fails when run as the Xcode Server user.
0
0
576
Oct ’15
Reply to iCloud Drive Corrupting Xcode Projects
Don't store your Xcode projects on iCloud Drive. If you want an online backup of your projects, use version control and a service like GitHub, Bitbucket, or GitLab. The following article shows you how to put an Xcode project on GitHub, Bitbucket, or GitLab: https://www.swiftdevjournal.com/putting-your-xcode-project-on-github-bitbucket-or-gitlab/
Mar ’23
Reply to Create a new GitHub Remote Repository - Unknown Error
Thank you for the post. It appears that the issue is related to GitHub rather than Xcode. However, the error message could be more descriptive. Experiencing issues when trying to create a new remote GitHub repository from Xcode can be frustrating, especially when other functionalities are working fine. Can you go to the GitHub website and create the repository manually on their website? Ensure that your GitHub account has the appropriate permissions to create new repositories. You might want to try logging into GitHub via a web browser to verify your account status or as previously wrote, try to create the repo on their website and then just reference the link on Xcode. Manually Create on GitHub Website: Create the new repository directly through the GitHub website. Afterward, in Xcode, add this remote repository by going to or using the Terminal commands shown in advanced diagnostics to push your existing local
Jan ’26
Xcode Server not using the network proxy settings to reach GitHub
Hello,Does anyone know how to configure Xcode Server to reach GitHub through a proxy?Our proxy settings are configured under the network settings for the Ethernet port. A desktop session on the server correctly reaches GitHub, but the server times out with the following error in the logs:Apr 7 18:20:16 buildserver com.apple.dt.Xcode.sourcecontrol.Git[7091]: #DVTSourceControl Notice: Error with libgit operation (git_remote_connect(remote, GIT_DIRECTION_FETCH, &remoteCallbacks)) Method: -[DVTSourceControlGitPlugInPrimary _libgit_headRevisionOfRemoteRepository:andBranches:completionBlock:] Apr 7 18:20:16 buildserver node[94]: #DVTSourceControl Error: -1 curl error: Failed to connect to github.com port 443: Operation timed out (-1) Underlying Error: curl error: Failed to connect to github.com port 443: Operation timed out (-1) Method: __97-[DVTSourceControlManager revisionOfLocation:inRepository:branchAndTagLocations:completionBlock:]_block_invoke_2It looks like git doesn't use the
2
0
3.3k
Apr ’16
xcode 10.5 beta can't add source control accounts like GitHub
xcode-beta 10.5 can't add source control accounts like GitHub. On the source control tab I have checked Enable Source Control. My xcode 9.4.1 works fine.
Replies
1
Boosts
0
Views
2.7k
Activity
Aug ’18
Carthage cannot retrieve github private repos when run as Xcode bot user
I have an integration that clones my code from github fine using a newly generated key pair.However I have a pre-trigger that runs `carthage bootstrap` to pull my dependencies. Dependencies from my own private repos fail to download, showing Host key verification failed which implies Carthage is using SSH to connect to github (should be https I think) but is also struggling with known_hosts.Does anybody have any clues how to set this up? I have it all working fine under a builder account on the same box, it only fails when run as the Xcode Server user.
Replies
0
Boosts
0
Views
576
Activity
Oct ’15
Reply to Xcode 12 can't resolve private SPM packages
Having the same problem now with Xcode 13. The github access token has all privileges and although I even add the ssh://git@github… address, Xcode 13 seems to try to check it out via HTTP. Yet, in the github account settings I also have [SSH] selected.
Replies
Boosts
Views
Activity
Oct ’21
Reply to XCode 12 - Can't login to Github without Access Token???
Thank you very much! If I’m already logged into my GitHub account through Xcode using a password, do I have to log out and delete that account entry in Xcode and then create a new GitHub account and login with the token or can I just log out of the current GitHub account in Xcode preferences and then log back in with the new access token?
Replies
Boosts
Views
Activity
Feb ’21
Reply to iCloud Drive Corrupting Xcode Projects
Don't store your Xcode projects on iCloud Drive. If you want an online backup of your projects, use version control and a service like GitHub, Bitbucket, or GitLab. The following article shows you how to put an Xcode project on GitHub, Bitbucket, or GitLab: https://www.swiftdevjournal.com/putting-your-xcode-project-on-github-bitbucket-or-gitlab/
Replies
Boosts
Views
Activity
Mar ’23
Popular apps made with swift or x code?
I wanted to know if there any popular apps in the app store that got big that were made off swift or x code? thank you
Replies
2
Boosts
0
Views
2.6k
Activity
May ’16
Reply to Xcode Cloud is unable to connect to the repository
Currently seeing this with Github. I have allowed access from the GIthub side but Xcode Cloud fails to receive that access.
Replies
Boosts
Views
Activity
Apr ’24
Issue with X code-Communication with Apple Failed
While working X code, got the error message in signing and capabilities Communication with Apple Failed. What does this mean and how can it be fixed?
Replies
4
Boosts
0
Views
511
Activity
Oct ’24
iCloud options don't show on x-code
I'm Apple developer program member, but on my x-code on Capabilites menu don't show iCloud feature.How to fix it ? Thanks you
Replies
0
Boosts
0
Views
240
Activity
Jun ’16
Reply to Xcode Testing Help
So I would upload my code to Github then? I would be able to overwrite any changes I've made in Xcode with the files I've uploaded to Github?
Replies
Boosts
Views
Activity
Jun ’17
Reply to Create a new GitHub Remote Repository - Unknown Error
Thank you for the post. It appears that the issue is related to GitHub rather than Xcode. However, the error message could be more descriptive. Experiencing issues when trying to create a new remote GitHub repository from Xcode can be frustrating, especially when other functionalities are working fine. Can you go to the GitHub website and create the repository manually on their website? Ensure that your GitHub account has the appropriate permissions to create new repositories. You might want to try logging into GitHub via a web browser to verify your account status or as previously wrote, try to create the repo on their website and then just reference the link on Xcode. Manually Create on GitHub Website: Create the new repository directly through the GitHub website. Afterward, in Xcode, add this remote repository by going to or using the Terminal commands shown in advanced diagnostics to push your existing local
Replies
Boosts
Views
Activity
Jan ’26
Xcode Server not using the network proxy settings to reach GitHub
Hello,Does anyone know how to configure Xcode Server to reach GitHub through a proxy?Our proxy settings are configured under the network settings for the Ethernet port. A desktop session on the server correctly reaches GitHub, but the server times out with the following error in the logs:Apr 7 18:20:16 buildserver com.apple.dt.Xcode.sourcecontrol.Git[7091]: #DVTSourceControl Notice: Error with libgit operation (git_remote_connect(remote, GIT_DIRECTION_FETCH, &remoteCallbacks)) Method: -[DVTSourceControlGitPlugInPrimary _libgit_headRevisionOfRemoteRepository:andBranches:completionBlock:] Apr 7 18:20:16 buildserver node[94]: #DVTSourceControl Error: -1 curl error: Failed to connect to github.com port 443: Operation timed out (-1) Underlying Error: curl error: Failed to connect to github.com port 443: Operation timed out (-1) Method: __97-[DVTSourceControlManager revisionOfLocation:inRepository:branchAndTagLocations:completionBlock:]_block_invoke_2It looks like git doesn't use the
Replies
2
Boosts
0
Views
3.3k
Activity
Apr ’16
Reply to How to properly add data files into a SwiftData ModelDocument file package
To further demonstrate the problem, I have uploaded a Xcode test project to GitHub. Link below: Test project at GitHub
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode show changes in GitHub PR leads to endless spinner
I made the relevant GitHub project public. You can find it here: https://github.com/marcoconnor-radio/GitHub-vs-Xcode
Replies
Boosts
Views
Activity
Sep ’24
Pre-fill GitHub token scopes
It would be helpful if the required token scopes were pre-filled in the URL when clicking the Create a Token on GitHub button when signing into a GitHub account in Xcode. FB22632532 https://github.com/feedback-assistant/reports/issues/796
Replies
0
Boosts
0
Views
80
Activity
1w