繁体   English   中英

Flutter - 错误(Xcode):签署“DKImagePickerController-DKImagePickerController”需要开发团队

[英]Flutter - Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team

将我的xcode更新为14.0 升级 xcode 我的Flutter项目后抛出以下错误。

Target > Signing & Capabilities > Team 也已经被选中

Could not build the precompiled application for the device.
Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/rsoft/StudioProjects/salezrobot/ios/Pods/Pods.xcodeproj

Error (Xcode): Signing for "DKPhotoGallery-DKPhotoGallery" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/rsoft/StudioProjects/salezrobot/ios/Pods/Pods.xcodeproj`enter code here`

我找到了这个问题的临时解决方案

在 Xcode 中打开您的Xcode项目

Pods -> Targets -> Signing & Capabilities -> Select Team

Select Team为每个Targets

注意:每次构建时都需要执行上述步骤。 这不是一个永久的解决方案

在此处输入图像描述

暂无
暂无

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

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