-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't sign in with my Apple ID #630
Comments
Also having the same issue with the same error |
me too |
Looks like the sign in URL's are getting 503's now...
|
This is something I observed too while using another library using the same URL to sign in to an Apple account. Is it possible Apple changed something to prevent these kind of logins? Is there a new way to do that now? |
Welp. Same. |
Same issue here |
Same. Thought I was blocked by Apple 😅 |
Same issue |
Yup same here
|
I have tried version 2.1 and 2.2 - the issue is same. |
At this point, I don't think authentication within the app will work again until the new authentication method used by Apple is cracked. Some progress in the fastlane issue here. |
Same issue |
Hey everyone. Please be patient as I work through the changes to log in. It is effecting everyone regardless of version or OS so no need for any extra comments. Workaround is to log into developer.apple.com and download it manually. Runtimes do not require logins so those will still work. |
same here |
I don't kmow if this helps, but it worked on Oct 18th on a Macbook Pro running Sequoia 15.01 but not on Oct 19th on a Macbook Pro running Sonoma 14.5. |
It's apparently related to a change in Apple's authentication apis. |
Same issue, following for resolution |
For reference, Fastlane just came out with a new authentication approach to address this. |
Same issue, Please update when this can be resolved. |
same issue - following |
You can go to https://developer.apple.com/download/all/?q=xcode and download manually the version, once installed, the new version will appear as downloaded in xcodes app |
Tho if you have installed the latest MacOS Sequoia and Xcode version, you'll probably stumble onto this Now I'm stuck on Xcode 16 |
I'm being able to Switch to 15.4 xcodes version, but from xcodes.app |
Great to hear that this is being actively worked on. Whilst I'm not able to contribute directly to this effort, I was wondering on a slightly different approach to the ones already mentioned. There is a swift-srp package that has already implemented SRP to the spec, and is packaged up in an easy-to-use format. As I understand it, the iCloud SRP implementation deviates slightly from this spec, but the library should get us most of the way there - to make the necessary modifications, we can then draw inspiration from some other implementations in different languages, for example js-srp-gsa. I feel like leaning on an already-existing implementation is a safer way to introduce the necessary crypographic changes, as it is best practice to reuse rather than reimplement in this specific domain of crypto. It seems that the folks at fastlane have done something similar and wrapped this into a gem fastlane-srp. Perhaps the same approach could be taken here, so a reusable library could be produced for both the Xcodes app and CLI? |
It's just a soft block. You can get it to run by setting the This is unrelated to the issue with Xcode.app sign-in, though |
Should the PBKDF2 be on SHA256 hash of the password ? and |
If you launch the actual executable in Xcode using Terminal, you can (at least for the time being) run Xcode 15.4 on Sequoia. |
I have two options to fix this
I would prefer to merge the first one as that also has some test with sample username/password |
AMAZING! Thank you! I did a quick test and I can log in. I prefer as well #638 too and like #638 (comment) indicated, I can fork those changes into the The download still seems to be missing something, as it doesn't work, but this amazingly gets passed the SRP shenanigans. I am eternally grateful. I'll be back later on tonight to hopefully figure the rest out! |
Sounds good. Happy to help. |
Before releasing to the masses - here is a zip of Xcodes with the changes from #638 If I could get some testers to give this a whirl and double check they can log in again and respond here that would be phenomenal Note: This is the same version number as current release. |
@MattKiazyk that build worked for me |
@MattKiazyk it worked! |
@MattKiazyk Worked for me too! |
Works! |
Thank you to everybody for quick testing and especially to @abiligiri for getting this over the finish line! v2.4.0 has been released which includes this fix. |
Hi, I tried logging in using Has anybody tested this macOS 15.2 ? |
You probably need to logout and sign in inside settings. |
From following along on fastlane issue for the SRP changes, a few people have had it not work. So there's a few things to try:
|
I did try the following options with no avail:
|
Installation of the new version on MacOS Sequoia 15.0.1 ok |
it works perfect now! thanks a lot! |
For those users still getting the invalid username/password on Xcodes 2.4.0 - could you please try updating to 2.4.1 and let me know if that fixes your issue? |
Changing the password worked for me, thank you |
Describe the bug
I try to sign in with my email address and password.
To Reproduce
Steps to reproduce the behavior: try to sign in within the app (Settings)
Expected behavior
I should receive a 2FA request on an associated device
Screenshots
If applicable, add screenshots to help explain your problem.
Version
The text was updated successfully, but these errors were encountered: