-
Notifications
You must be signed in to change notification settings - Fork 213
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
'React/RCTAssert.h' file not found #91
Comments
Hey, just wondering if you managed to find a solution to this problem? I came across the same issue and spent the entire day trying all sorts of solution to find the missing header files but they all don't work for me... |
I just found the solution!!! Follow the marked answer in this SO link. |
I also have this problem. The stackoverflow link did not solve it. |
this problem is obviously how to link the native module to the xcode after ejecting. I assume that you use cocoapods so try to add below path to your pod file ( after
|
@OzkanAbdullahoglu tried to do the exact thing, |
@592da Did you run those command in |
I've successfully ejected from an EXPO app and but whenever I link the react-native-tcp package, I always get the following error:
'React/RCTAssert.h' file not found
Is anyone else facing the same issue? I've added Header Search path but no luck.
The text was updated successfully, but these errors were encountered: