ios - 配置文件 "com.myCompany.myApp"不包含 com.apple.developer.authentication-services.autofill-credential-provider 权利

标签 ios swift xcode10 ios12 code-signing-certificate

因此,我尝试将自动填充凭据提供程序添加到我的应用程序中,但我仍然遇到签名错误。我遵循的步骤是:

  1. 添加新的自动填充凭据提供商目标
  2. 为该目标创建配置文件
  3. 在新创建的目标 > Info.plist > NSExtension 中,添加 NSExtensionAttributes (字典)> ASCredentialProviderExtensionShowsConfigurationUI (bool 设置为 YES) .

此外,当我转到“项目”>“目标”>任何目标>“功能”>“自动填充凭据提供程序”时,我会看到将自动填充凭据提供程序功能添加到您的应用 ID 错误消息。我已经进入了我的苹果开发者帐户,并且应用程序 ID 已针对该功能正确设置...

我是否遗漏了一些非常明显的东西?

最佳答案

来自评论中的@Paulw11

If you didn't let Xcode update the provisioning profile for you, then you will need to download the updated provisioning profile from the developer portal and add it to Xcode.

关于ios - 配置文件 "com.myCompany.myApp"不包含 com.apple.developer.authentication-services.autofill-credential-provider 权利,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52771014/

相关文章:

ios - 未调用 ELCImagePickerController 委托(delegate)方法

ios - 重新加载数据后,如何使 UICollectionView 从底部滚动到聊天应用程序?

swift - iOS : Problem with horizontal centers alignment and layout

ios - Xcode 10 'frame' is only available on iOS 12.0 or newer 编译错误 iOS 12 beta

ios - 如何查找表数据

ios - 为什么我的 JSON 对象的 NSDictionary 在某些值周围有引号而不是其他值?

ios - 在 UIView 中居中 UIImageView

ios - 如何在消息键盘上显示验证码建议

ios - 收到设置 bundle 中设置更改的通知(在 Xamarin iOS 中)

ios - iOS应用未要求iOS7设备上的权限