Xcode fails without specifying and errors

前端 未结 22 1746
栀梦
栀梦 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 14:01

    Same error and following didn't work for me for Xcode 6.3.2 on Mac OS X Yosemite 10.10.3:

    1. Git discarded changes to last successful build point
    2. Creation of new fresh project from scratch from a builtin template (though I cannot recall whether it built successfully or not)
    3. Restart of Xcode
    4. System Reboot

    and the following worked:

    1. I faced the problem in the morning and it got resolved in the evening with a couple of Xcode restarts and System reboots and creation of new project. So, I'm not sure what really triggered.

提交回复
热议问题