Iam running the latest OSX/Flutter/XCode Versions using flutter, android studio and firebase and 1 hour ago everthing works perfectly.
Then i rebooted my macbook and when i try to launch an ios simulator i get this error "Unable to boot the simulator".
The following steps shows no solution:
- Reinstall the ios simulator
- Flutter clean and pub get
- Updating comand line tools 13.3.1 (13E500a)
- Run invalid cache of android studio
I found the problem also on stackoverflow but all sugestions does not working.
Any ideas?
Let me know if you need more information! Thank you
CodePudding user response:
The issue is not directly related to Flutter but it is related to the XCode 13.3.1
with the Simulator, specially for iPhone and iPad (tvOS and watchOS should have no issue so far).
Somehow the existing files during the security update causes the simulator to get corrupted.
As temporary workaround, you can try the following steps:
- Uninstall
XCode
by moving from Applications folder to the Trash - Empty the Trash
- Open the Mac Storage Management and go to the
Developer
in the sidebar - Delete everything from the
Developer
Section - Download
Xcode 13.1
from Apple Developers and not the stable release from App Store - Extract the downloaded
Xcode_13.1.xip
file, i actually recommend via terminal by usingxip -x Xcode_13.3.1.xip
, and take in mind the extraction uses 100GB and it takes up to 2 hours to complete. You are going to have this message at the begginingxip: signing certificate was "Software Update" (validation not attempted)
, but you can ignore since this is expected. - Finally, move the extracted XCode file to the
Applications
folder - Run sudo
xcode-select --switch /Applications/Xcode.app/Contents/Developer
- Run
sudo xcodebuild -runFirstLaunch