Lakr233 / iOSreExtension

A fast and elegant extension for VSCode used for iOSre projects.
Apache License 2.0
153 stars 19 forks source link

libswiftCore.dylib not loaded #8

Closed MrChens closed 4 years ago

MrChens commented 4 years ago

Manually installed package --->done

but vscode notice me the following tips:

EXECUTE_COMMAND_ERROR -> stderr:dyld: Library not loaded: /usr/lib/swift/libswiftCore.dylib Referenced from: /Users/mrchens/Library/Application Support/Code/User/globalStorage/lakr233.wikiqaqiosre/lkbins/bins/local/lsdevs Reason: image not found -> stdout: -> whenExec:'/Users/mrchens/Library/Application Support/Code/User/globalStorage/lakr233.wikiqaqiosre/lkbins/bins/local/lsdevs' ==> Install dependency may solve the problem.

Lakr233 commented 4 years ago

啊啊啊啊我真的不想把这几个基础wrapper重新写一遍 我去找找看solution

Lakr233 commented 4 years ago

看一下这个能不能跑起来 lsdevs.zip

Lakr233 commented 4 years ago

swift.zip

Lakr233 commented 4 years ago

https://apple.stackexchange.com/questions/93573/how-to-reinstall-xcode-command-line-tools

sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install

MrChens commented 4 years ago

https://apple.stackexchange.com/questions/93573/how-to-reinstall-xcode-command-line-tools

sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install

3Q, I will try it later.