简体   繁体   English

更新到Xcode 8后,我得到了错误

[英]After updating to Xcode 8 I get errors

I get these errors in my xcode, after I updated to the newest xcode: 更新到最新的xcode后,我在xcode中遇到这些错误:

在此处输入图片说明

I am using firebase and swift, and the error is in myProjectTests.swift file? 我正在使用firebase和swift,并且错误在myProjectTests.swift文件中? Can anyone help me here? 有人能帮我一下吗?

It's saying your frameworks are missing. 就是说您的框架丢失了。 You probably just need to remove and re-import your frameworks. 您可能只需要删除并重新导入框架。

1.Quit your Xcode 
2.Restart your system 
3.Go to 
~/Library/Developer/Xcode/DerivedData and
Delete this folder 
4.Clean your project 
5.Run 

我只是通过运行Terminal并再次安装Pod来解决这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM