Closed gustavos00 closed 9 months ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Issue is a Question |
---|---|
:information_source: | We are using GitHub issues exclusively to track bugs in the core React Native library. Please try asking over on Stack Overflow as it is better suited for this type of question. |
getting same issue if i update react native from 0.64.2 to 0.74.0
[!] Unable to find a specification for FBReactNativeSpec
depended upon by RNReanimated
You have either:
getting same issue if i update react native from 0.64.2 to 0.74.0
[!] Unable to find a specification for
FBReactNativeSpec
depended upon byRNReanimated
You have either:
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Same here. Any update ?
getting same issue if i update react native from 0.64.2 to 0.74.0
[!] Unable to find a specification for
FBReactNativeSpec
depended upon byRNReanimated
You have either:
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Same here. Any solution ?
Either update react-native-reanimated or patch it
diff --git a/node_modules/react-native-reanimated/RNReanimated.podspec b/node_modules/react-native-reanimated/RNReanimated.podspec
index 1cbeafc..dbbf81a 100644
--- a/node_modules/react-native-reanimated/RNReanimated.podspec
+++ b/node_modules/react-native-reanimated/RNReanimated.podspec
@@ -55,7 +55,9 @@ Pod::Spec.new do |s|
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
s.dependency 'FBLazyVector'
- s.dependency 'FBReactNativeSpec'
+ if config[:react_native_minor_version] <= 71
+ s.dependency 'FBReactNativeSpec'
+ end
s.dependency 'RCTRequired'
s.dependency 'RCTTypeSafety'
s.dependency 'React-Core'
Old Version
0.62.2
New Version
0.72.10
Description
When I try to run the
pod install
inside the iOS folder. He is returning an error about 'react-utils'. I already tried upgrading the ruby and the Cocoapods versions to make sure it is not a missing version.Steps to reproduce
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
_
Screenshots and Videos