-
Notifications
You must be signed in to change notification settings - Fork 232
Description
Checklist
- The issue can be reproduced in the react-native-auth0 sample app (or N/A).
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
Compile issues while building the project:
/node_modules/react-native-auth0/ios/NativeBridge.swift:474:19: error: ambiguous use of 'other'
case .other: if let cause = self.cause as? AuthenticationError {
^
/ios/Pods/Auth0/Auth0/DPoP/DPoPError.swift:51:23: note: found this candidate in module 'Auth0'
public static let other: DPoPError = .init(code: .other)
^
/ios/Pods/Auth0/Auth0/WebAuthError.swift:72:23: note: found this candidate in module 'Auth0'
public static let other: WebAuthError = .init(code: .other)
^
/node_modules/react-native-auth0/ios/NativeBridge.swift:493:19: error: ambiguous use of 'other'
case .other: code = NativeBridge.dpopErrorCode
^
/ios/Pods/Auth0/Auth0/DPoP/DPoPError.swift:51:23: note: found this candidate in module 'Auth0'
public static let other: DPoPError = .init(code: .other)
^
/ios/Pods/Auth0/Auth0/WebAuthError.swift:72:23: note: found this candidate in module 'Auth0'
public static let other: WebAuthError = .init(code: .other)
^
/node_modules/react-native-auth0/ios/NativeBridge.swift:494:19: error: ambiguous use of 'unknown'
case .unknown: code = NativeBridge.dpopErrorCode
^
/os/Pods/Auth0/Auth0/DPoP/DPoPError.swift:55:23: note: found this candidate in module 'Auth0'
public static let unknown: DPoPError = .init(code: .unknown(""))
^
/ios/Pods/Auth0/Auth0/WebAuthError.swift:76:23: note: found this candidate in module 'Auth0'
public static let unknown: WebAuthError = .init(code: .unknown(""))
Reproduction
- Download and compile the example project using XCode 26.4
- Notice the compile error
Additional context
No response
react-native-auth0 version
5.4.0
React Native version
0.83.1
Expo version
Platform
iOS
Platform version(s)
15.1