Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter - Error (Xcode): Signing for "DKImagePickerController-DKImagePickerController" requires a development team - select a development team

Updated my xcode to 14.0. After upgrading the xcode, My Flutter project throwing the below error.

select a development team in the Signing & Capabilities editor

Target > Signing & Capabilities > Team also already selected

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`
like image 486
Anandh Krishnan Avatar asked May 15 '26 07:05

Anandh Krishnan


2 Answers

Apparently, it was an underlying issue in the Flutter framework, which was fixed in Flutter 3.3.3, released on September 28th.

It is the first item in the list of hotfixes that this version provides.

Try running flutter upgrade to make sure you are running the latest version of Flutter. If the issue persists, try a flutter clean and a manual pod install in your project's iOS folder.

like image 170
guillaume Avatar answered May 17 '26 19:05

guillaume


I found a temporary solution for this issue

Open your flutter project in Xcode

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

Select Team for each and every Targets

Note : The above steps you need to do whenever you take build. this is not a permanent solution

enter image description here

like image 36
Anandh Krishnan Avatar answered May 17 '26 20:05

Anandh Krishnan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!