Saik0s / Whisperboard

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

Make is not running. "No such file or directory: '../.env'" #28

Closed Raidansz closed 6 months ago

Raidansz commented 10 months ago

This is what I get when I run "make".

MacBook-Pro Whisperboard % make [Errno 2] No such file or directory: '../.env' Failed to read .env file. Using default values. Resolving and fetching plugins. Plugins resolved and fetched successfully. Resolving and fetching dependencies. Installing Swift Package Manager dependencies. error: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output: xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'

The 'swift' command exited with error code 1 Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose make: *** [project_file] Error 1

Saik0s commented 10 months ago

Hi @Raidansz , ensure you have a functioning Xcode installation. If confirmed, try this command sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

Raidansz commented 10 months ago

Hi @Saik0s , it worked! Thank you! I was able to run the app on an iPhone, not a simulator. However, unfortunately, the transcription does not work. I have attached a screenshot so you can see the error message. IMG_4189

Saik0s commented 6 months ago

I think the issue should be solver by now, feel free to reopen it if it is still exist.