I give up and need some help. I picked up another GitHub repository into my project when adding a file from another project through Xcode add file/copy and so on. I can't seem to find out what file it's pointing to despite deleting it from the project. Also, I can't seem to get rid of the extra repository. Any help in how to clean this up would be appreciated. I want to get rid of the ex-login-1 GitHub in this project. That said I do not want to get rid of ex-login-1 as it's own GitHub Xcode project. I just need to get these two separated. On the ex-login-1 Xcode project it has no reference to the Zentastic project so this is one way.
Search results for
xcode github
91,899 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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/
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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.
Hello guys, so I wanted to create one file with one class and share the code in both iOS and OS X app. The code (Swift):#if !TARGET_OS_IPHONE import Cocoa public typealias Controller1 = NSViewController #else import UIKit public typealias Controller1 = UIViewController #endifAnd when I try to build it I get No such module Cocoa and it's true, iOS have no Cocoa module. Is there any way to create a platform-depended class?
Currently seeing this with Github. I have allowed access from the GIthub side but Xcode Cloud fails to receive that access.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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
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
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?
Topic:
Developer Tools & Services
SubTopic:
Xcode
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:
I made the relevant GitHub project public. You can find it here: https://github.com/marcoconnor-radio/GitHub-vs-Xcode
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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
I am also having XCode 9 Betacrash repeatedly while working with GitHub. I have also just set up GitHUb in the XCode beta for the first time. So far, I can proceed - just a little bit at a time. Have to keep Force Quitting and re-starting Xcode.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
What I've tried: removed completely the app from AppStore Connect changing the BundleID to another one logging in/out from Xcode creating new repository refreshing the Github API key in Xcode checked out all the permissions on Github removing/readding access to the Github app reset profiles and certificates on my machine Also: provisioning profiles are managed by Xcode I can archive the app and send it to
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Tags:
So how can I create that authentication token and then how do I set up my login in Xcode to GitHub to use that token instead of a password which GitHub is deprecating?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: