We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After linking, I'm getting the following build error: React/RCTDefines.h file not found
Linking did not add anything to my podfile so not much for me to tweak. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Modifying RCTBridgeModule to the below seems to have fixed it for me
#if __has_include("RCTDefines.h") #import "RCTDefines.h" #else #import <React/RCTDefines.h> #endif
Sorry, something went wrong.
I had the same issue and joltup/rn-fetch-blob#461 (comment) helped me
No branches or pull requests
After linking, I'm getting the following build error: React/RCTDefines.h file not found
Linking did not add anything to my podfile so not much for me to tweak. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: