Closed dminkovsky closed 2 years ago
I downgraded react native
- "react-native": "0.69.0",
+ "react-native": "0.68.2"
And that seems to have fixed the issue:
$ pod install
Auto-linking React Native module for target `Auth0Samples`: A0Auth0
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Analyzing dependencies
[Codegen] Found FBReactNativeSpec
Downloading dependencies
Installing A0Auth0 (2.13.2)
Installing FBLazyVector 0.68.2 (was 0.69.0)
Installing FBReactNativeSpec 0.68.2 (was 0.69.0)
Installing RCTRequired 0.68.2 (was 0.69.0)
Installing RCTTypeSafety 0.68.2 (was 0.69.0)
Installing React 0.68.2 (was 0.69.0)
Installing React-Codegen 0.68.2 (was 0.69.0)
Installing React-Core 0.68.2 (was 0.69.0)
Installing React-CoreModules 0.68.2 (was 0.69.0)
Installing React-RCTActionSheet 0.68.2 (was 0.69.0)
Installing React-RCTAnimation 0.68.2 (was 0.69.0)
Installing React-RCTBlob 0.68.2 (was 0.69.0)
Installing React-RCTImage 0.68.2 (was 0.69.0)
Installing React-RCTLinking 0.68.2 (was 0.69.0)
Installing React-RCTNetwork 0.68.2 (was 0.69.0)
Installing React-RCTSettings 0.68.2 (was 0.69.0)
Installing React-RCTText 0.68.2 (was 0.69.0)
Installing React-RCTVibration 0.68.2 (was 0.69.0)
Installing React-callinvoker 0.68.2 (was 0.69.0)
Installing React-cxxreact 0.68.2 (was 0.69.0)
Installing React-jsi 0.68.2 (was 0.69.0)
Installing React-jsiexecutor 0.68.2 (was 0.69.0)
Installing React-jsinspector 0.68.2 (was 0.69.0)
Installing React-logger 0.68.2 (was 0.69.0)
Installing React-perflogger 0.68.2 (was 0.69.0)
Installing React-runtimeexecutor 0.68.2 (was 0.69.0)
Installing ReactCommon 0.68.2 (was 0.69.0)
Installing Yoga 1.14.0
Generating Pods project
/Users/dmitry/dev/auth0-react-native-sample/00-Login/ios/Pods/Target Support Files/Pods-Auth0Samples/Pods-Auth0Samples.release.xcconfig
/Users/dmitry/dev/auth0-react-native-sample/00-Login/ios/Pods/Target Support Files/Pods-Auth0Samples/Pods-Auth0Samples.debug.xcconfig
/Users/dmitry/dev/auth0-react-native-sample/00-Login/ios/Pods/Target Support Files/Pods-Auth0Samples-Auth0SamplesTests/Pods-Auth0Samples-Auth0SamplesTests.release.xcconfig
/Users/dmitry/dev/auth0-react-native-sample/00-Login/ios/Pods/Target Support Files/Pods-Auth0Samples-Auth0SamplesTests/Pods-Auth0Samples-Auth0SamplesTests.debug.xcconfig
React-Core
Integrating client project
Pod installation complete! There are 34 dependencies from the Podfile and 33 total pods installed.
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
My guess is this somehow relates to https://reactnative.dev/blog/2022/06/21/version-069#breaking-changes
Ah this seems to be https://github.com/auth0/react-native-auth0/issues/475
First:
66
pod install
Now, I am not seeing the A0Auth0 pod installed and linked into my app.
and A0Auth0 is not listed in my Podfile.lock. Here is my podfile:
And here is auth0's podspec: