Failed to launch IBCocoaTouchImageCatalogTool via CoreSimulator spawn

前端 未结 14 2022
醉梦人生
醉梦人生 2021-01-01 10:05

I have an Xcode project which was downloaded from the internet so I don\'t know which Xcode version was used to write it but the language is Swift 2. I opened it in Xcode 7.

相关标签:
14条回答
  • 2021-01-01 10:45

    The only correct solution for me that takes only a moment to perform is to delete ~/Library/Developer/CoreSimulator and all of its contents. Immediately after this the build completes successfully.

    I believe the solutions that state to reinstall Xcode, ultimately refresh the CoreSimulator folder, that's why they are successful in resolving the issue.

    I started experiencing the error after having upgraded to MacOS Big Sur, while using Xcode 11.6 and Xcode 11.7.

    0 讨论(0)
  • 2021-01-01 10:45

    Maybe you have just cleaned Logs directory...Then you can try this:

    sudo chmod 777 /Users/[YourUserName]/Library/Logs 
    
    0 讨论(0)
提交回复
热议问题