本文介绍了iOS Swift在Debug-iphoneos中没有此类文件或目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请有人救我。
这是我遇到的错误。我尝试过清理,清理构建,pod安装和更新。我还没有找到解决方案。 Build / Products / Debug-iphoneos / Anti-Social:没有这样的文件或目录
解决方案
我过去有类似的问题,为我做以下工作。希望您的问题与我的相同:
- 关闭xCode
- 转到此文件夹组
/ Users / arthuraraujo / Library / Developer / Xcode / DerivedData / Anti-Social_Club-gizjofrkxroutxezxlbuadlvpww / Build / Products / Debug-iphoneos /
并删除Anti-Social。 - 重新启动xCode,清理并删除构建。
Somebody please save me.
This is the error I'm getting. I've tried cleaning, doing a build clean, pod installs and updates. I have not found a solution.
Shell Script Invocation Error Group/Users/arthuraraujo/Library/Developer/Xcode/DerivedData/Anti-Social_Club-gizjofrkxroutxezxlbuadlvpwbo/Build/Products/Debug-iphoneos/Anti-Social: No such file or directory
解决方案
I have similar issues in the past and doing the following work for me. Hope your problem is same as mine:
- Close xCode
- Go to this folder Group/Users/arthuraraujo/Library/Developer/Xcode/DerivedData/Anti-Social_Club-gizjofrkxroutxezxlbuadlvpwbo/Build/Products/Debug-iphoneos/and delete Anti-Social.
- Restart xCode, clean & build.
这篇关于iOS Swift在Debug-iphoneos中没有此类文件或目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!