[摘]error: failed to launch /Users/padsoftware/Library/Developer/Xcode/DerivedDat

原帖地址: http://stackoverflow.com/questions/8547201/xcode-error-failed-to-launch

I encounter this problem every once in a while. Like the others mentioned, these are the steps I take:

1. Clean (Shift+Cmd+K) ------ Removes all the product files, as well as any object files (.o files) or other intermediate files created during the build process (Apple Doc)

2. Navigate to " ~/Library/Developer/Xcode/DerivedData", delete folder for app in question ------ Derived data consists of project indexes, logs, and build products including intermediate files (Apple Doc)

2. Restart Xcode

One or the other usually fixes it. I haven't had to change Code Signing settings, but that would be my next step. Wouldn't re-install Xcode unless absolutely necessary.






猜你喜欢

转载自re-reference.iteye.com/blog/1612217