【发布时间】:2022-09-24 01:13:51
【问题描述】:
尝试在 IOS 设备上构建时显示以下错误:
如下图所示,Xcode中的Signing设置已经做好了。
你能告诉我这个的原因和解决方法吗?
Could not build the precompiled application for the device.
Error (Xcode): Signing for \"GoogleSignIn-GoogleSignIn\" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/home_1/StudioProjects/Example%20Project/app/ios/Pods/Pods.xcodeproj
Error (Xcode): Signing for \"DKPhotoGallery-DKPhotoGallery\" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/home_1/StudioProjects/Example%20Project/app/ios/Pods/Pods.xcodeproj
Error (Xcode): Signing for \"DKImagePickerController-DKImagePickerController\" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/home_1/StudioProjects/Example%20Project/app/ios/Pods/Pods.xcodeproj
Error (Xcode): Signing for \"gRPC-C++-gRPCCertificates-Cpp\" requires a development team. Select a development team in the Signing & Capabilities editor.
/Users/home_1/StudioProjects/Example%20Project/app/ios/Pods/Pods.xcodeproj
-
检查下面的链接来解决这个问题,POD Install
-
我面临同样的问题,不幸的是 pod install 对我不起作用。
-
我使用了 Xcode 14 版本,发现很多人在使用这个最新版本时遇到了同样的问题。于是我恢复到之前的版本后再次尝试,成功了。
-
这来自 Flutter SDK,Flutter SDK 与最新版本的 xCode 不兼容
-
面临同样的问题,因为我需要提交构建降级的xcode版本并且它工作