Xcode The operation couldn’t be completed. (LaunchServicesError error 0.)问题的解决

简介: Xcode The operation couldn’t be completed. (LaunchServicesError error 0.)问题的解决

今天在项目中遇到一个很奇葩的问题,项目不能在模拟器上运行了(真机上可以),先上图

image.png


没错,就是个错误,很蛋疼的一个问题,找了很多类似问题的解决方法,都是什么Xcode clean、build,模拟器删除应用或者重置模拟器等方法,挨个试了个遍,结果还是不行,到这里,感觉真是日了狗了。最后想想我之前就是拉了两个git服务器的项目(项目迁移,放到了两个服务器),突然想到好久以前也遇到过一次类似的情况,当时的解决方式是删除Xcode下运行生成的文件和以及缓存文件,果断删了,立马就好了!坑爹的问题,浪费了不少时间!希望有遇到此情况的同学不必再走弯路!

*解决办法:按快捷键 shift+command+G  调出前往文件夹框在里面输入

/Users/(自己电脑名字)/Library/Developer/Xcode/DerivedData


删掉目录下文件(注:Library资源库是隐藏的文件夹)

或者在终端中直接输入:

$ cd /Users/(自己电脑名字)/Library/Developer/Xcode/DerivedData


切换到DerivedData文件下,删除里面的文件即可




相关文章
|
6月前
|
iOS开发 Perl
Xcode 10.2.1 Error:library not found for -lstdc++.6.0.9
Xcode 10.2.1 Error:library not found for -lstdc++.6.0.9
57 0
|
6月前
|
iOS开发
Xcode 10.2.1 Error:Multiple commands produce问题及解决方案
Xcode 10.2.1 Error:Multiple commands produce问题及解决方案
523 0
|
6月前
|
iOS开发
Xcode 10 Error:Multiple commands produce问题及解决方案
Xcode 10 Error:Multiple commands produce问题及解决方案
85 0
|
开发者 iOS开发
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
874 0
|
Java iOS开发
Mac编译OpenJDK8:configure: error: Xcode 4 is required to build JDK 8, the version found was 10.1config
Mac编译OpenJDK8:configure: error: Xcode 4 is required to build JDK 8, the version found was 10.1config
133 0
|
iOS开发
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
编译OpenJDK8报错:configure: error: Failed to determine Xcode version.
112 0
|
iOS开发
未解决:configure: error: XCode tool ‘metal‘ neither found in path nor with xcrunchecking for metal...
未解决:configure: error: XCode tool ‘metal‘ neither found in path nor with xcrunchecking for metal...
179 0
|
iOS开发
XCode编译:pngcrush caught libpng error解决方法
XCode编译:pngcrush caught libpng error解决方法
133 0
XCode编译:pngcrush caught libpng error解决方法