I am unable to complete the Archive step for my iOS project. Looking at the logs, I see a number of messages that imply that Xcode Cloud is unable to fetch my dependencies for some reason. I have verified that I gave Xcode access to all my GitHub repositories, and it seems to be able to access my primary project repository without any problems. The type of logs I'm getting are as follows: Failed to clone repository git@github.com:myusername/MyRepositoryName.git: Cloning into bare repository '/Volumes/workspace/DerivedData/SourcePackages/repositories/MyRepositoryName-b342b4d2'... fatal: could not read Username for 'http://github.com': terminal prompts disabled One for each of my dependencies. Any thoughts?
Search results for
xcode github
94,027 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
(2 x home button, swipe up, then Step over in Xcode to finish it)Why do you have to Step over in Xcode?When I kill my app this way, the code simply runs as expected with no interaction required.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
I'm having this issue with Xcode 12.2 again. Widget in Testflight build can not work for some devices (14.2.x). The two issues Dead Code Stripping, and disable Bitcode were solved by Apple and mentioned in Xcode 12 release note. But I'm not sure if Xcode 12.x has the issue again, or just an iOS version bug? (Reboot the phone make Widget works again, but got down after awhile again)
Topic:
App & System Services
SubTopic:
General
Tags:
Ok nice I can see comments of my PR in my Xcode. That's cool but can I toggle off those comments? ...without removing my Github account?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
As of Xcode 9, the Preferences window no longer lists every source control repository you have ever opened or cloned in Xcode. Instead, you will see the Source Control services you have explicitly added like GitHub or GitHub Enterprise.Can you expand a little on what you're trying to do? If you want to check out a new repository you'll want the Source Control > Clone… menu item. Otherwise, the new navigator dedicated to Source Control information is a great place to start.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Launching lib/main.dart on iPhone 15 Pro in debug mode... Running pod install... Running Xcode build... Xcode build done. 47.0s Failed to build iOS app Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:72:11 Swift Compiler Error (Xcode): Value of optional type '(any StorageProvider)?' must be unwrapped to refer to member 'storage' of wrapped base type 'any StorageProvider' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:87:11 Swift Compiler Error (Xcode): Cannot assign value of type '(any AuthInterop)?' to type 'any AuthInterop' /Users/mumtazsindhi/Documents/GitHub/wallet/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:290:38 Swift Compiler Erro
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I am also having this issue with Xcode 13.4.1 trying to import the Mapbox package (instructions here: https://docs.mapbox.com/ios/maps/guides/install/ ) from their Github repo. I have deleted and reinstalled Xcode, but it still hangs at Preparing to validate....
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
This is the solution I posted on Github with regards to how I went about fixing it on Xcode 14.3.1 -> https://github.com/Alamofire/Alamofire/issues/3389#issuecomment-1616256296
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Have you generated your GitHub token successfully on the GitHub site? (GitHub token is not a password. Changing your GitHub password would not help.)
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I'm also experiencing the same behavior in iOS 15, Xcode 13.0 beta, I have created project here on my-github. It can be my code that is the problem - but, of course, not :)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
OK : the bug report number is 29830692... I have another post below, that is waiting for moderation to be published, where I put a link to the GitHub xcode project I enclosed with the bug report (and with 2 screenshots, with and without the visual glitch). You could find the GitHub repository under the name : Multi-passes-Metal-depth-buffer-bug-on-Radeon-Pro-460Cyril.
Topic:
Graphics & Games
SubTopic:
General
Tags:
>The next step is Xcode.I'd install it, then see Xcode Help, either what is built in, or maintained online. That is a big step, tho, so if you're all green, you might want to take a bath here: https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/About installing it, do that via the Mac App Store, for now.Do you have a paid Developer Program account? It matters, so...github is integrated in Xcode - see this WWDC video on source control: https://developer.apple.com/videos/play/wwdc2018/418/And the info here, as an example:h ttps://blog.chrishannah.me/using-github-and-xcode-together/
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
On an OS X server, you can go with with established HTTP service like Apache, but you are (at least for now) going to have write some kind of interface module to be able to integrate Swift code. Or, you can write your own HTTP service (there is source code for this sort of thing on, say, Github, which you could translate into Swift), and add whatever server-side processing your situation requires.So, yes, a pure OS X + Swift server solution is functionally possible now. But the problem is that this will only be good for low transaction rates. For higher volumes, you need scalability (load balancing, etc) and writing that sort of thing from scratch in Swift is going to be a challenge (not to mention time-consuming).My point in mentioning IBM and Microsoft is that, on the server side, (IMO)infrastructure is a more important consideration than your preference for APIs. Use the wrong language, and you'll be unhappy for a while during implementation. Use the wrong infra
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Been suffering through this same exact issue for the past couple hours and finally found a solution: First, (if you haven't already updated your SSH key) generate a new SSH key using ECDSA with the following command: ssh-keygen -t ecdsa -C your_email This should generate two keys id_ecdsa and id_ecdsa.pub Next, add the SSH key to your github account. Run the following command to copy your new key to clipboard. pbcopy < ~/.ssh/id_ecdsa.pub Then go to GitHub ---> Settings ---> SSH and GPG Keys, and click on New SSH Key. Give your key a relevant title and paste what you copied from your clipboard. Click on Add SSH Key and confirm your password if needed. Now that you have your new key setup it's time to tell update your Xcode account to use the new key which is not as simple as selecting it from the drop-down for some reason. Go to Xcode ---> Preferences ---> Accounts. Highlight your current GitHub account and delete it by tapping the - button located i
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Buy a used 2012 mac mini i7 and upgrade to 16GB ram and an SSD. Faster than most current macbooks according to github com/ashfurrow/xcode-hardware-performance, although that machine's benchmark's aren't uploaded for xcode 9.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: