Debug error when home directory is a symbolic link
I created a hello world command line app in AppCode 3.3. If I run it prints "Hello world" correctly. But when I hit Debug it shows error:
Error:PCH was compiled with module cache path '/Users/myname/Library/Caches/AppCode33/DerivedData/learn-swift-d83b975b/ModuleCache/2ADYHAK1R8ETB', but the path is currently '/Volumes/Data/myname/Library/Caches/AppCode33/DerivedData/learn-swift-d83b975b/ModuleCache/2ADYHAK1R8ETB'
Error:missing required module 'SwiftShims'
I think it's due to the fact that my home is a symbolic link from /Users/myname -> /Volumes/Data/myname.
Please help.
Many thanks in advance
请先登录再写评论。
Hi!
Please try using this guide. Does that help?
Hi,
I tried it and still got same error.