Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when performing a development build for iOS #274

Open
CodeWithKyrian opened this issue Nov 21, 2024 · 4 comments
Open

Error when performing a development build for iOS #274

CodeWithKyrian opened this issue Nov 21, 2024 · 4 comments

Comments

@CodeWithKyrian
Copy link

When I want to perform a development build for iOS on a fresh project, I keep getting this error:

› Compiling whisper.rn Pods/whisper-rn » RNWhisper.mm

❌  (node_modules/whisper.rn/ios/RNWhisper.mm:10:9)

   8 | 
   9 | #ifdef RCT_NEW_ARCH_ENABLED
> 10 | #import <RNWhisperSpec/RNWhisperSpec.h>
     |         ^ 'RNWhisperSpec/RNWhisperSpec.h' file not found
  11 | #endif
  12 | 
  13 | @implementation RNWhisper

I followed all required steps for installation yet the issue still persists. I ran xcodebuild clean in the ios folder and tried the build again and it failed. I deleted the folder entirely and tried again and it keeps failing. I also uninstalled the library itself and started the whole steps afresh but this keeps happening. Any idea what could be the issue and how to resolve it please?

@jhen0409
Copy link
Member

What version of React Native in your project?

@CodeWithKyrian
Copy link
Author

v0.76.2

@arunrphysicianhelper
Copy link

I am also running into the same issue.

@NoahBakayou
Copy link

Same issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants