Xcode fails without specifying and errors

前端 未结 22 1833
栀梦
栀梦 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:53

    Build operation failed without specifying any errors. Individual build tasks may have failed for unknown reasons.
    One possible cause is if there are too many (possibly zombie) processes; in this case, rebooting may fix the problem.
    Some individual build task failures (up to 12) may be listed below.
    

    This happens occur when the total path length is too long.

    change the folder name or location of directory, shorter then before.

提交回复
热议问题