L-Zephyr / Drafter

在iOS项目中自动生成类图和方法调用图 - Generate call graph in iOS project
MIT License
1.02k stars 127 forks source link

fail to install because of "no such file or directory" #20

Open Weless opened 5 years ago

Weless commented 5 years ago

I tried to install the tool but an error happened. "./install.sh: line 9: cd: .build/release: No such file or directory". So how can I fix that? I'm working on the mac. Thanks a lot.

L-Zephyr commented 5 years ago

It seems that fails on compilation. Can you show me all output log?

Weless commented 5 years ago

1.log

L-Zephyr commented 5 years ago

Seems that static link is no longer needed in the latest macos. The install script was updated. Try again please.

whoamiLee commented 5 years ago

I have the same question, although I have updated it. The log is:

:0: error: unable to execute command: Bus error: 10 :0: error: compile command failed due to signal 10 (use -v to see invocation) Archive: ./Template/template.zip creating: ./Template/drafter/template/ inflating: ./Template/drafter/template/index.html inflating: ./Template/drafter/template/bundle.js /bin/sh: line 16: cd: .build/release: No such file or directory cp: drafter: No such file or directory
L-Zephyr commented 5 years ago

@whoamiLee Can you provide the complete log? (Including the build log)

whoamiLee commented 5 years ago

@whoamiLee Can you provide the complete log? (Including the build log)

all.log

MikeLaii commented 5 years ago

I have the same problem, but it has been resolved!! Update Xcode to the latest version and try again.

jxnu707 commented 4 years ago

I have the same question, although I have updated it. The log is: :0: error: unable to execute command: Bus error: 10 :0: error: compile command failed due to signal 10 (use -v to see invocation)

Archive: ./Template/template.zip creating: ./Template/drafter/template/ inflating: ./Template/drafter/template/index.html inflating: ./Template/drafter/template/bundle.js /bin/sh: line 16: cd: .build/release: No such file or directory cp: drafter: No such file or directory

I met the same issue,have you resolved it?

alfred-liang commented 3 years ago

1.open xcode preferences 2.select locations 3.select a command line tools 4.try to install Drafter again