Xcode fails without specifying and errors

前端 未结 22 1738
栀梦
栀梦 2021-02-12 13:27

All of a sudden my project fails to build in Xcode. If I look at the log I see all the needed dependencies being built, and then I get a strange error:

Verify fi         


        
22条回答
  •  被撕碎了的回忆
    2021-02-12 13:56

    I was hitting this error and it infuriated me for an hour or so. The answer below helped me out a lot: essentially your machine has a ton of running processes, XCode can't handle it, and rebooting your machine is the best answer.

    https://stackoverflow.com/a/13183522/1863655

提交回复
热议问题