'reanimated/apple/REASlowAnimations.h' file not found #6615
Unanswered
mcervantes3
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Getting this error when I try to build my app in xCode:
'reanimated/apple/REASlowAnimations.h' file not found
I have cleaned the build folder, rebuilt, cleared the cache, restart xcode, restart the project, re-installed the package, re-cloned the project, even shut down the computer and restarted it
react-native: 0.73.0
react-native-animated: "^3.15.4"
xcode version: 16.0
macos: Sonoma 14.7
REASlowAnimations.h is in the project:
`namespace reanimated {
CGFloat getUIAnimationDragCoefficient(void);
CFTimeInterval calculateTimestampWithSlowAnimations(CFTimeInterval currentTimestamp);
} // namespace reanimated`
Beta Was this translation helpful? Give feedback.
All reactions