ERROR

[!] Invalid `Podfile` file: [!] Invalid `RNReanimated.podspec

revant 2025. 3. 4. 18:30

 

pod install 시 아래와 같은 에러가 발생

unsupported React Native version 문구를 확인하고

package.json 파일에서 react-native 버전 74 -> 75로 변경 후 해결

 

Using Expo modules
[Expo] Enabling modular headers for pod ExpoModulesCore
[Expo] Enabling modular headers for pod sqlite3

[!] Invalid `Podfile` file: 
[!] Invalid `RNReanimated.podspec` file: [Reanimated] Unsupported React Native version. Please use 75 or newer..


 #  -------------------------------------------
 #  $config = find_config()
 >  assert_minimal_react_native_version($config)
 #  
 #  -------------------------------------------
.

 #  -------------------------------------------
 #  
 >    config = use_native_modules!
 #  
 #  -------------------------------------------