-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
'RNGestureHandlerStateManager.h' file not found #2740
Comments
Issue validatorThe issue is valid! |
+1 |
I found that the issue occurs when I have |
I tried to make RNReanimated to use static frameworks and static library build type in podfile, but that did not help. Maybe I just create a PR for the .. paths :-) |
Hey, Is it possible you provide a repo to reproduce your issue? |
@piaskowyk Here's a repo to reproduce this: https://github.com/tapz/reanimatederror-example |
still occurs in version 2.3.1 |
## Description I just changed the way of importing gesture handler headers because in some configurations these were unknown. Fixes #2740
## Description I just changed the way of importing gesture handler headers because in some configurations these were unknown. Fixes software-mansion#2740
Description
Xcode gives the following error when building:
NativeProxy.mm:
#import "RNGestureHandlerStateManager.h"
NativeMethods.h
#import "RNGestureHandlerStateManager.h"
Works when I add "../" to the path:
#import "../RNGestureHandlerStateManager.h"
I don't know how this is supposed to work for anybody without either modifying the import or some search path.
Expected behavior
File found
Actual behavior & steps to reproduce
File not found
Snack or minimal code example
#import "RNGestureHandlerStateManager.h"
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: