ColdGrub1384 / Pisth

SSH and SFTP client for iOS
https://develobile.com/pisth
Apache License 2.0
413 stars 67 forks source link

No such module 'InputAssistant' #10

Closed xiongxiongjiang closed 5 years ago

xiongxiongjiang commented 5 years ago

after run ./setup.sh Xcode show "No such module 'InputAssistant'"

ColdGrub1384 commented 5 years ago

Do you opened Pisth.xcworkspace? And also, if you see the InputAssistant folder inside the repo, is it empty? If InputAssistant is empty, there should have be an error while cloning it. Did you tried to build Pisth even if the error is shown? Sometimes Xcode shows errors but it works after compiling.

xiongxiongjiang commented 5 years ago

Thank you. Oh I know what's wrong. I shouldn't download the zip directly because it will lose some file. I use "git clone" then it works.

ColdGrub1384 commented 5 years ago

I see. InputAssistant is downloaded with git submodule. When the zip file is downloaded, the .git directory is gone so git cannot install InputAssistant.