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,696 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I tried your code with Xcode 12.5.1 and it shows the same error. And trying with Xcode 13.1, it compiles without any problems. I'm not sure what is causing this issue, but until the problem is solved, you may need to use Xcode 13.x .
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
I did try out your php solution in github on my Mac OS X (El Capitan) using the default apache server and the php modules that shipped with Mac OS X. I couldn't get it to work because of the following:executing apple_pay_comm.php with &u=https://apple-pay-gateway-cert.apple.com/paymentservices/startSession{curlError:SSL: Can't load the certificate /Library/WebServer/Documents/applepay/applepay_includes/ApplePay.crt.pem and its private key: OSStatus -61}I looked up the curl issue of OSStatus -61 and it led me to https://coderwall.com/p/h3zzrw/using-client-ssl-certificates-for-php-curl-requests-on-osxIn the end, I couldn't get your php server code to make a HTTP post request to apple's web servers (production or sandbox).
Topic:
App & System Services
SubTopic:
Apple Pay
Tags:
(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:
Common problem, its not you , its Xcode Until this is fixed, anyone know a quick way of seeing which branch you are on without leaving Xcode and going into Fork, Tower or other GitHub client, or the terminal?
Topic:
Developer Tools & Services
SubTopic:
Xcode
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:
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'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:
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:
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:
When I try to create a new remote GitHub repository I get dialog saying An unknown error occurred I have existing projects with a remote repository on GitHub and I can push to those ok. Any suggestions of a workaround or how to get further diagnostics will be most welcome.
Topic:
Developer Tools & Services
SubTopic:
Xcode
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 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:
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: