Search results for

“xcode github”

95,405 results found

Post

Replies

Boosts

Views

Activity

Unable to fetch dependencies from GitHub: "Could not read username"
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?
1
0
2.4k
Jun ’22
Reply to Apple Pay for the Web Merchant Validation
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).
Aug ’16
Reply to Widgets not working with TestFlight since Xcode 12 beta 3
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:
Dec ’20
Reply to Unable to build project in Xcode 14.3 beta due to missing arc dir at /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
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
Aug ’24
Reply to Xcode 9 - Git not on GitHub?
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.
Sep ’17
Reply to Cannot register the product
@Michaelrowe01, Please review and apply the instructions in Grant Xcode Cloud access to your source code and Resolve GitHub Enterprise connection issues.
Replies
Boosts
Views
Activity
Dec ’24
Reply to NavigationLink init(_:destination:) deprecated
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:
Replies
Boosts
Views
Activity
Dec ’21
Unable to fetch dependencies from GitHub: "Could not read username"
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?
Replies
1
Boosts
0
Views
2.4k
Activity
Jun ’22
Reply to Apple Pay for the Web Merchant Validation
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).
Replies
Boosts
Views
Activity
Aug ’16
Reply to Black launch screen after a few launches, first launch fine
(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:
Replies
Boosts
Views
Activity
Dec ’15
Reply to Xcode 12 the name of branches are not full visible
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?
Replies
Boosts
Views
Activity
Sep ’20
Reply to Widgets not working with TestFlight since Xcode 12 beta 3
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:
Replies
Boosts
Views
Activity
Dec ’20
Reply to Unable to build project in Xcode 14.3 beta due to missing arc dir at /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
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
Replies
Boosts
Views
Activity
Aug ’24
Reply to Xcode 13 beta -- how to see/work with PRs and comments?
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?
Replies
Boosts
Views
Activity
Feb ’22
Reply to Navigationlink not working well
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:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Xcode 9 - Git not on GitHub?
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.
Replies
Boosts
Views
Activity
Sep ’17
Create a new GitHub Remote Repository - Unknown Error
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.
Replies
3
Boosts
0
Views
77
Activity
Jan ’26
Reply to No such module 'Alamofire' while running simulator in Xcode 12.4
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:
Replies
Boosts
Views
Activity
Jul ’23
Reply to stuck on verifying screen/ Package Dependencies
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....
Replies
Boosts
Views
Activity
Jun ’22
Reply to Adding GitHub account to Xcode Accounts
Have you generated your GitHub token successfully on the GitHub site? (GitHub token is not a password. Changing your GitHub password would not help.)
Replies
Boosts
Views
Activity
Jan ’21