lotti icon indicating copy to clipboard operation
lotti copied to clipboard

Build failures

Open pmagnuson opened this issue 1 year ago • 1 comments

I've been trying to run this via Xcode & iPhone 14 simulator. ran into these errors.

  • failed to emit precompiled header '/Users/phil/Library/Developer/Xcode/DerivedData/Runner-bznpplydnxgdpncfadmenvqoizqo/Build/Intermediates.noindex/PrecompiledHeaders/Runner-Bridging-Header-swift_2DLRYW91YUZ2M-clang_3HKTKG99R074F.pch' for bridging header '/Users/phil/Documents/projects/investigation/lotti/ios/Runner/Runner-Bridging-Header.h'
  • /Users/phil/Documents/projects/investigation/lotti/ios/Runner/Runner-Bridging-Header.h:2:9 'whisper.h' file not found

Any help appreciated.

pmagnuson avatar Jun 20 '23 12:06 pmagnuson

@pmagnuson sorry about that, I'll add it to the README as well. You need to run make get_whisper_cpp_ios to download and unpack the whisper.cpp source. For macOS, that command is make get_whisper_cpp.

matthiasn avatar Jun 22 '23 15:06 matthiasn

Closing this issue because the step above isn't required any more after integrating WhisperKit in #1700.

matthiasn avatar Apr 08 '24 06:04 matthiasn