`Error creating target Swift AST context: (null)` in REPL

后端 未结 1 1590
野的像风
野的像风 2021-02-14 05:15

I\'ve seen several (well, not that many, but a few) questions here on SO dealing with this error, but none of the proposed solutions worked for me. This is what I get

         


        
1条回答
  •  不知归路
    2021-02-14 05:55

    To see your current Xcode path:

    xcode-select -p

    Mine was an old path:

    /Applications/Xcode.app/Contents/Developer

    Then update this path via:

    sudo xcode-select -s /Library/Developer/CommandLineTools

    0 讨论(0)
提交回复
热议问题