简体   繁体   English

在运行expo build:ios时,即使我可以手动登录,也会获得无效的凭据

[英]when running expo build:ios, getting invalid credentials even though I can sign in manually

I am developing an app to run on web and ios, using Expo (with rnw for the web component). 我正在开发使用Expo(在Web组件中使用rnw)在Web和ios上运行的应用程序。 I decided to begin to set up the app store presence today -- but I am running into issues: 我决定从今天开始开始建立应用商店,但是我遇到了问题:

We need your Apple ID/password to ensure the correct teamID and appID

Note: Expo does not keep your Apple ID or your Apple password.

? What's your Apple ID? MY_VALID_APPLE_ID
? Password? [hidden]
[16:22:23] Validating Credentials...
[16:22:24] Error while gathering & validating credentials
[16:22:24] Reason:Invalid credentials, raw:"Invalid username and password combination. Used 'MY_VALID_APPLE_ID' as the username."
[16:22:24] Set EXPO_DEBUG=true in your env to view the stack trace.
error Command failed with exit code 1.

I can log in just fine with these same credentials using the web. 我可以使用这些相同的凭据登录网络。 I thought to try to turn off 2FA, but apple doesn't allow that any longer. 我本想尝试关闭2FA,但是Apple不再允许这样做了。

It would be great if someone could verify that apple hasn't implemented a change for 2FA that broke expo -- I know expo started working with Apple's 2FA about a year ago. 如果有人可以验证苹果尚未对打破展览的2FA进行更改,那就太好了-我知道博览会大约在一年前就开始与Apple的2FA合作。

I forgot to post an answer to this. 我忘记发布答案了。

I can verify with certainty that it was not accepting my password containing a space, and that when I changed my appleID password, it began working. 我可以确定地确认它不接受包含空格的密码,并且当我更改appleID密码时,它开始起作用。 I submitted a issue with expo team and two people checked and said they had no such issue with a matching build environment. 我向世博团队提交了一个问题,两个人进行了检查,并说他们在匹配的构建环境中没有这样的问题。 Apple never posted any outage details. Apple从未发布任何中断详细信息。

there was likely a small network problem that day where I lived that quickly resolved. 那天我住的地方可能有一个小的网络问题,很快就解决了。

try running expo:build ios with powershell. 尝试使用powershell运行expo:build ios。 It did the trick for me. 它对我有用。

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

相关问题 在Xcode 5中,即使我在SDKs目录中有iOS SDK 6.1,如何使用iOS SDK 7.0进行构建? - In Xcode 5, how can I build with iOS SDK 7.0 even though I have iOS SDK 6.1 in SDKs directory? 我可以在没有开发人员凭证的情况下签署IOS应用程序吗? - Can I Sign IOS application without developer credentials? Swift iOS -DispatchWorkItem仍在运行,即使它已取消并设置为Nil - Swift iOS -DispatchWorkItem is still running even though it's getting Cancelled and Set to Nil 运行 cordova 时出现“服务无效”运行 ios - Getting "The service is invalid" when running cordova run ios 无法构建 - expo buid:ios - Can't build - expo buid:ios iOS:有人知道为什么我收到999错误,即使页面加载了吗? - iOS: Does Anyone Know why I'm getting a 999 error, even though the page loads? 重新获取苹果凭据(Apple 使用 Expo 登录) - Refetch apple credentials (Apple Sign in using Expo) 即使 iOS 应用程序在后台运行,它也可以充当信标吗? - Can iOS app act as beacon, even when it is running in the background? 在 Windows 计算机上为 React Native App 运行 expo build:ios 时出错 - Error running expo build:ios on Windows Computer for React Native App 我怎样才能减少 expo 构建 ios 大小,大约是 188 MB, - how can i reduce expo build ios size, it is around 188 MB,
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM