Xcode fails without specifying and errors

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

    I rebooted, no luck. Then I noticed that when I relaunched XCode, one of my tabs was loaded with no file in it. I figured out what file I was editing in it, opened it, saved it and then I was able to build.

    0 讨论(0)
  • 2021-02-12 13:59

    I had this same problem, however the accepted solution did not work for me, what worked was:

    • deleting .workspace file
    • deleting Podfile.lock file
    • deleting the Pods folder
    • pod deintegrate ; pod install
    0 讨论(0)
  • 2021-02-12 14:00

    I faced same problem. I have change my System time.I delete file "/Users/YOURNAME/Library/Developer/Xcode/DerivedData/ModuleCache/YOURBUNDLEID/UIKit.pcm". Then it's work fine for me. Try this.

    0 讨论(0)
  • 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.
    0 讨论(0)
提交回复
热议问题