Search results for

xcode github

91,910 results found

Post

Replies

Boosts

Views

Activity

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
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
547
Oct ’15
Shared code for iOS and OS X
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?
1
0
854
Nov ’15
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.2k
Apr ’16
Reply to [Xcode 17A5305k] API Invalid status code: 401: This operation could not be completed
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
1d