将我的xcode
更新为14.0
。升级xcode
后,我的Flutter
项目抛出以下错误。
select a development team in the Signing & Capabilities editor
目标〉签署和能力〉团队也已选定
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`
5条答案
按热度按时间oxcyiej71#
显然,这是Flutter框架中的一个潜在问题,已在9月28日发布的Flutter 3.3.3中修复。
它是此版本提供的修复程序列表中的第一项。
请尝试运行
flutter upgrade
以确保您运行的是最新版本的Flutter。如果问题仍然存在,请尝试在项目的iOS文件夹中运行flutter clean
和手动运行pod install
。yv5phkfx2#
我找到了解决此问题的临时解决方案
在
Xcode
中打开flutter项目为每个
Targets
选择Team
tv6aics13#
只需将
Flutter
版本更新为3.3.3
请在此处查看热修复程序说明
31moq8wy4#
此问题与XCode 14 pod签名有关。
若要让一切恢复正常,请使用一些内容更新您的podfile:
然后运行:
iq3niunx5#
更改您的
podfile
从
结束日期
或