Just upgraded to Xcode 15.0.1 and my GitHub checkins have stopped working, without any error notification; anyone else seeing similar?
Search results for
xcode github
91,888 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
i have problem connecting from xcode to github through proxyThe error displayed are : curl error : Could not resolve host : github.com (-1)i have also set in the enviroment.plist filei have browse with safari via proxy.But still it is not connecting through proxy. Please help.Please advice how to set in the XCode to connect to Github via proxy.
I'm trying to set up xcode cloud, and it's asking me to sign into my github account when I am prompted to create a new remote. I have created a classic github token with the 4 permissions listed (admin:public_key, write:discussion, repo, user). When I click sign in, it always says Account Creation Failed. How can I debug this error?!
Does anyone have experience using these 2 together. Th built in git support in Xcode is just causing me too many problems and scares.
When i click Grant Access.. button to grant access to my source code, Appstoreconnect page is opened and i choose Github enterprise button. And i move to github enterprise page ( Create Github App page ). And when i click Create github for ~~ button, i move to appstoreconnect error page which tells me that Github Enterprise installation was incomplete. I'm owner in my github enterprise organization. What can i do?
Hi, I have an issue with Xcode 3.2.1 (13C100). When I try to add dependency from the package manager Xcode ask for a GitHub token. I got a valid token, but it doesn't work. I tried reinstalling Xcode en all development tools. Also removed all caches and credentials from my computer. This the someone who can help me solve this issue?
I was just playing around with the iPhone X simulator in Xcode, and I realized one of my apps has a view bug. I have a button placed with code (at the bottom of the screen in the middle) that is overlapping the bar that you swipe up to get to the home screen. Is there a way to detect, through code, if the device is an iPhone X, and an iPhone X only, so I can write code to counteract the bug? Maybe by detecting the precise screen width and height, and if so, what are those numbers? Thanks in advance. Any help is appreciated.
Getting this error message when triggering a build in Xcode Cloud: Xcode Cloud is unable to connect to your GitHub repository. Reconnect your source control provider so Xcode Cloud can build your source code When attempting to reconnect, a 504 timeout error occurs. Just had a successful build this morning, so I'm at a loss at what I could be doing wrong, yes Apple Developer System Status is all green.
I'm trying to set up Xcode Cloud for the first time. When I go through the Get Started flow and get to Grant Access to Your Source Code step, when I click the Grant Access button, I get This Operation Could Not Be Completed. It has the correct URL to my Github repo. Github is working fine in Xcode itself: I can push and pull changes and view repo history. I've tried: restarting Xcode rebooting the Mac Removing the Github account from Xcode and adding it back Creating a new Github personal token and removing the Github account from Xcode and using the new token to add it back I've looked through my Github settings and don't see anything that might cause an issue. I filed FB16511549 to report this. The error dialog in Xcode automatically filled the feedback fields, and says: API Invalid status code: 500. XcodeCloudCombineAPI.XCCResponseError:1 I'm running Xcode 16.2 (16C5032a) on an M4 MacBook Pr
When i try to create new file or dublicate my project, X-Code freeze.I reinstall it, but the same result.Please help.
X code not working good on my Mac Pro! When starting the app not giving an option ! And playground is not showing the result immoderately! What to do? Thank you
Hi all, I've been trying to set up a project with Xcode Cloud and connect it to GitHub. I believe the requirements in https://developer.apple.com/documentation/xcode/requirements-for-using-xcode-cloud#Source-Control-Requirements are met , and I worked through https://developer.apple.com/documentation/xcode/connecting-xcode-cloud-to-github , but after getting the success message in the browser and being sent back to Xcode, I always get: “Project” could not be added to Xcode Cloud There was an error accessing https://api.github.com, access denied Is anyone aware of any way to get more information about what's failing? I can't see any logs or console entries and so am not sure how to proceed... I was temporarily granted Owner access to the GitHub organisation of which I am a member to set this up, and selected to install it only for my project's repository, as recommended in the docs. The Xcode Cloud app is listed
Is there a way/documentation around whitelisting Xcode Cloud so that it can access a GitHub repo under private network.
I have an iPhone App project (Swift) under Xcode 10.1 10B61) and commited it once into a github repository (private).Today I've done some changes. Added files modified existing files that were alredy in the project. I also have a folder withC-Files that I imported ito the project. The latter and also the modifications on the already committed files do not show up in my github repo.How could that be?--Christoph
Hello! I have connected XCode with my github account and when I try to commit from Source Control -> Commit and check the box to push to origin/remote, I get the following error: An unknown error occured. could not find repository from '.' (-1). When I do not check the box to push to remote and then do an aditional step to manually push, I do not get this error. But I can see the changes to the remote. What could be the problem? Thank you!