Saik0s / Whisperboard

The open-source iOS app that's making quality voice transcription more accessible on mobile devices.
GNU General Public License v3.0
684 stars 72 forks source link

KeyboardKit_KeyboardKit.bundle: No such file or directory #6

Closed binchen1998 closed 1 year ago

binchen1998 commented 1 year ago

Hi,

Thanks for your great job. I cloned your code and followed the instructions. After the successfully make, open the xcode, press run. There is an error:

/Users/binchen/Library/Developer/Xcode/DerivedData/WhisperBoard-enonstfmvuacfxcgqzvzabfepqgv/Build/Products/Debug-iphonesimulator/KeyboardKit_KeyboardKit.bundle /Users/binchen/Library/Developer/Xcode/DerivedData/WhisperBoard-enonstfmvuacfxcgqzvzabfepqgv/Build/Products/Debug-iphonesimulator/KeyboardKit_KeyboardKit.bundle: No such file or directory

I checked that 'make' process successfully downloaded the KeyboardKit git repository. How can I work around?

Saik0s commented 1 year ago

Hi @binchen1998, I tried to reproduce, made a new clone of the repository, ran make and built the project which was successful. I would suggest to do the following:

  1. Clean Derived Data rm -rf ~/Library/Developer/Xcode/DerivedData/*
  2. Run make again
wangdashuaihenshuai commented 1 year ago

i got the same question. re make but also question exist.

Saik0s commented 1 year ago

I will investigate it. I'm likely to get rid of the keyboard extension, since it's not really useful anyway.

Saik0s commented 1 year ago

Removed Keyboard extension