AppAuth 语义和解析问题正在破坏 xcode 中 React Native 项目的构建

AppAuth semantic and parse issues are breaking build of react native project in xcode

我正在使用 create-react-native-app 构建一个 ios 应用程序。我已经分离到 expokit 以使用付款 API。 https://docs.expo.io/versions/latest/guides/detach.html 然后我按照这个指南:https://docs.expo.io/versions/latest/guides/expokit.html

当我想用 Xcode 构建我的项目时,我的问题就开始了,我收到这些错误 My errors

1) 未知类型名称 'SFAuthenticationSession' 2) 使用未声明的标识符 'SFAuthenticationSession' 3) 使用未声明的标识符 'authenticationVC' 4) 无法识别的平台名称 iOS

我不确定它们是什么意思以及如何解决它们

要使用 expokit 进行构建,您始终需要拥有最新版本的 Xcode。这些问题是因为我没有 Xcode 9