简体   繁体   English

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

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

I am using create-react-native-app to build an ios app. 我正在使用create-react-native-app来构建ios应用程序。 I have detached to expokit in order to use the payment API. 为了使用付款API,我已经下架expokit。 https://docs.expo.io/versions/latest/guides/detach.html I then follow this guide: https://docs.expo.io/versions/latest/guides/expokit.html https://docs.expo.io/versions/latest/guides/detach.html然后我遵循此指南: https : //docs.expo.io/versions/latest/guides/expokit.html

My problem starts when I want to build my project with Xcode, I get these errors My errors 当我想使用Xcode构建项目时,我的问题就开始了,我得到了这些错误我的错误

1) Unknown type name 'SFAuthenticationSession' 2) Use of undeclared identifier 'SFAuthenticationSession' 3) Use of undeclared identifier 'authenticationVC' 4) Unrecognized platform name iOS 1)未知类型名称'SFAuthenticationSession'2)使用未声明的标识符'SFAuthenticationSession'3)使用未声明的标识符'authenticationVC'4)无法识别的平台名称iOS

I'm not sure what they mean and how to fix them 我不确定它们的含义以及如何解决它们

To build with expokit you always need to have the latest version of Xcode. 要使用expokit进行构建,您始终需要拥有最新版本的Xcode。 These problems were caused by me not having Xcode 9 这些问题是由我没有Xcode 9引起的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM