mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 23:23:30 +01:00
Cannot Add Apple Id in XCode #327
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noorbakerally on GitHub (Feb 22, 2022).
I have properly installed XCode. However, when I'm trying to add an Apple Id, i'm getting the error "Unable to sign you in to your Apple Id. Try again later". I am using the same credentials on a real Mac and it is working.
Also, I have tried to create an Apple Id as I wasn't able to sign in, a dialog is poping out saying "Could not create Apple Id, This Mac has been used to create too many new Apple IDs. Please contact Apple Support to request another Apple Id to use with this Mac"
OS related issued, please help us identify the issue by posting the output of this
Linux localhost.localdomain 5.14.18-100.fc33.x86_64 #1 SMP Fri Nov 12 17:38:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
:0
1
NAME=Fedora
VERSION_CODENAME=""
PRETTY_NAME="Fedora 33 (Workstation Edition)"
CPE_NAME="cpe:/o:fedoraproject:fedora:33"
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p3 237G 233G 3.6G 99% /home
QEMU emulator version 5.1.0 (qemu-5.1.0-9.fc33)
Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers
libvirtd (libvirt) 6.6.0
total used free shared buff/cache available
Mem: 7.4Gi 6.1Gi 188Mi 363Mi 1.1Gi 659Mi
Swap: 3.7Gi 3.5Gi 167Mi
8
16
crw-rw-rw- 1 root kvm 10, 232 Feb 22 17:26 /dev/kvm
total 0
drwxrwxrwt 3 root root 140 Feb 21 15:37 .
drwxrwxrwt 30 root root 780 Feb 22 14:33 ..
drwxr-xr-x 2 root root 40 Feb 21 15:37 mac_hdd_ng.img
srwxr-xr-x 1 noor noor 0 Feb 20 19:43 X0
srwxr-xr-x 1 noor noor 0 Feb 20 19:43 X1
srwxr-xr-x 1 gdm gdm 0 Feb 20 19:43 X1024
srwxr-xr-x 1 gdm gdm 0 Feb 20 19:43 X1025
root 48413 0.0 0.1 2353344 12296 ? Ssl Feb21 0:19 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
root 174044 0.0 0.0 221572 788 pts/0 S+ 17:32 0:00 grep --color=auto dockerd
fb9437534b25 sickcodes/docker-osx "/bin/bash -c 'sudo …" 30 hours ago Up 6 minutes sad_maxwell
kvm:x:36:qemu
libvirt:x:981:
docker:x:971:
@sickcodes commented on GitHub (Feb 22, 2022):
This is new. Are you able to call Apple support?
@noorbakerally commented on GitHub (Feb 22, 2022):
No, cannot call any support, it only says "Unable to sign you in to your Apple ID. Try again later.". I have tried to add a GitHub Account, it works
May be, to replicate this case, Install XCode and try adding in an Apple ID
@noorbakerally commented on GitHub (Feb 22, 2022):
This is tutorial I used to create the container->https://www.funkyspacemonkey.com/how-to-install-macos-catalina-in-a-docker-container-on-linux
I short the command is: docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
@sickcodes commented on GitHub (Feb 23, 2022):
Add
--e GENERATE_UNIQUE=trueand you should be able to log in.But you will have to take your image out first
@noorbakerally commented on GitHub (Feb 28, 2022):
I've been trying this, i'm getting the following error today when trying to starting a previous running container.
022-02-28T13:35:20.245585865+04:00 network connect ea212d64c3831e5397033c79c88614b35171f11dc0fe6666800dfba36adccbbc (container=8faf3518b17ee57d70104b437220a4a50b8fd919881536b3d6cd6c99fe74dbb7, name=bridge, type=bridge)
2022-02-28T13:35:20.874615714+04:00 container start 8faf3518b17ee57d70104b437220a4a50b8fd919881536b3d6cd6c99fe74dbb7 (image=sickcodes/docker-osx, maintainer=https://twitter.com/sickcodes https://sick.codes, name=inspiring_shamir)
2022-02-28T13:35:21.217308575+04:00 container die 8faf3518b17ee57d70104b437220a4a50b8fd919881536b3d6cd6c99fe74dbb7 (exitCode=1, image=sickcodes/docker-osx, maintainer=https://twitter.com/sickcodes https://sick.codes, name=inspiring_shamir)
2022-02-28T13:35:21.444844228+04:00 network disconnect ea212d64c3831e5397033c79c88614b35171f11dc0fe6666800dfba36adccbbc (container=8faf3518b17ee57d70104b437220a4a50b8fd919881536b3d6cd6c99fe74dbb7, name=bridge, type=bridge)
@noorbakerally commented on GitHub (Feb 28, 2022):
Sorry for closing the above, it's a mistake
@jailsonpaca commented on GitHub (Apr 19, 2022):
thank you!!
@Z4nna commented on GitHub (Jan 9, 2023):
Is it safe to log in with my actual apple ID in a docker - osx container? (I will to do that in order to use services such as handoff etc.) Do I risk any kind of ban by apple?