xcode 如何在没有设备的情况下向 App ID 添加钥匙串共享功能?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/39781950/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 09:22:13  来源:igfitidea点击:

How to add keychain sharing feature to App ID without device?

iosiphoneswiftxcodefacebook

提问by Rohit Tigga

My problem is that I need to enable the keychain sharing feature to App ID in order to make Facebook login work for iOS10. How to use Facebook iOS SDK on iOS 10

我的问题是我需要为 App ID 启用钥匙串共享功能才能使 Facebook 登录适用于 iOS10。如何在 iOS 10 上使用 Facebook iOS SDK

However, I get the below message. enter image description here

但是,我收到以下消息。 在此处输入图片说明

I have NO iPhone device.However, I do have a paid for developers account. I don't need a provisioning profile to resolve this error, do I?

我没有 iPhone 设备。但是,我确实有一个付费开发者帐户。我不需要配置文件来解决这个错误,是吗?

How exactly can this be resolved?

这究竟如何解决?

回答by Durai Amuthan.H

Restarting the xcode fixes the issue ! I hate you apple :)

重新启动 xcode 解决了这个问题!我恨你苹果:)

回答by The Camster

Go to the "general" tab and look at the "signing" section. I had been signed in at a Corporate account (which has since expired) and so had to select my correct account from the "Team" drop-down menu. Now the Team can be found in the Account.

转到“常规”选项卡并查看“签名”部分。我已登录公司帐户(此帐户已过期),因此必须从“团队”下拉菜单中选择正确的帐户。现在可以在帐户中找到团队。