So, I have a copy of Xcode 7.3 on my Mac and have recently been used for development in Swift. When I ran my code in the past, I noticed that the application simulator will take a lot of time and it will often not respond to requests or a few errors for a certain period of time before getting to work when starting my application.
Today, however, I ran my code again, and the simulator could not run or run at all. When I ran my code, it said “build successful,” but it took almost 10 minutes and the simulator did not appear yet. Also, when I click the Stop button to stop the application, it does not seem to register this.
Does anyone know what is wrong? I searched for the answer here and google for hours and have not yet found a way to fix this. Should I download the beta version of Xcode 8?
source
share