software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.61k stars 1.26k forks source link

Invalid `RNReanimated.podspec` file: [Reanimated] Unsupported React Native version. Please use 0.71 or newer. #6075

Closed ayushcloudanalogy closed 4 weeks ago

ayushcloudanalogy commented 1 month ago

Description

Pod install return error "Invalid RNReanimated.podspec file: [Reanimated] Unsupported React Native version. Please use 0.71 or newer. Its working fine till yesterday "

Steps to reproduce

1.yarn install 2.pod install

Snack or a link to a repository

None

Reanimated version

3.7.1

React Native version

0.70.14

Platforms

iOS

JavaScript runtime

None

Workflow

React Native

Architecture

None

Build type

Debug app & dev bundle

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

github-actions[bot] commented 1 month ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

szydlovsky commented 4 weeks ago

@ayushcloudanalogy Is there anything that forces you to use react-native@0.70.x? If not I would do exactly what the error states: upgrade RN to 0.71+.

ayushcloudanalogy commented 4 weeks ago

Hi @szydlovsky Thank you for your reply. The issue has been fixed, and it was due to my recent upgrade to MacOS Sonomo 15.0 on my laptop.

mubarizgh commented 1 week ago

@ayushcloudanalogy how did you resolve it