'reanimated/apple/REASlowAnimations.h' file not found #6615
Unanswered
mcervantes3
asked this question in
Q&A
Replies: 1 comment
-
Hey @mcervantes3! Have you managed to solve the problem? I haven't seen any similar issue before. It looks like pods weren't installed properly but it's hard to say why. If you still have a problem, would you be able to share the minimal repro? It would be easier for me to debug on my side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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