问题描述
这是我的问题。我正在运行Xcode,没有问题。所有的突然(删除我的垃圾;不知道如果这很重要),我体验了这个可爱的问题。我看到无处不在,几乎试过一切。可能只是重新创建这个项目,并复制一切。任何想法完全湮灭这个项目之前?
Here is my issue. I was running Xcode and had no issues. All of a sudden (after deleting my trash; don't know if that matters), I experienced this lovely problem. I have looked everywhere and have tried almost everything. Might just recreate this project and copy everything over. Any ideas before complete annihilation of this project?
命令
/Applications/Xcode.app/Contents/Developer/工具链/ XcodeDefault.xctoolchain / usr / bin / swiftc
无法退出代码1
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
推荐答案
您应该尝试:退出Xcode,删除Xcode缓存文件和DerivedData文件夹
You should try: quit Xcode, delete Xcode caches files and DerivedData Folder
使用Option-Click
using Option-Click
如果它不能帮助你应该删除并重新安装Xcode
If it doesn't help you should delete and reinstall Xcode
这篇关于退出代码1的随机错误 - XCODE 6.1 Swift的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!