Xcode fails without specifying and errors

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

提交回复
热议问题