Im getting this error “Thread 1: Fatal error: Error raised at top level: bind(descriptor:ptr:bytes:): Address already in use (errno: 48)” right after ran docker then my Xcode:
Hey yep that error means something is already using that port. Do you get that error from Docker or Xcode?
If it’s Docker, then make sure you don’t already have a container running or have Postgres locally installed.
If it’s Xcode it might be the annoying bug that’s proving hard to hunt down at the moment which keeps some processes alive. You can either do Debug -> Attach to Process -> Run and stop the process or in terminal run killall Run to kill the existing process