Search results for

xcode github

91,888 results found

Post

Replies

Boosts

Views

Activity

How to set xcode 9 connect to github through proxy
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.
1
0
1.1k
Jan ’18
Xcode 15.3 can't sign into Github account
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?!
0
0
584
Mar ’24
Cannot install github app with xcode cloud
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?
0
0
666
Feb ’23
Xcode is keep asking for an GitHub access token
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?
0
0
713
Feb ’22
How to detect iPhone X through code
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.
5
0
7k
Sep ’17
Xcode Cloud is unable to connect to your GitHub repository.
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.
1
0
675
Mar ’23
Initial Setup of Xcode Cloud won't grant Github access
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
4
0
709
Feb ’25
Any way to debug Xcode Cloud / GitHub setup issues?
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
1
0
1.1k
Jan ’22
Xcode Source Control - Commit doesn't appear on github
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
3
0
3.9k
Jan ’19
Commit and push error to github from Xcode 14
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!
1
0
1.8k
May ’23