Creating archive after upgrading Xcode to 14.0 cause error inside flutter plugging signing requires a development team

Viewed 85

I'm unable to create an archive after upgrading Xcode to 14.0

  • Xcode: 14.0
  • IOS Deployment target: 15.0
  • Minimum Deployment: 15.0

Error log

Already tried by allowing automatic signing and the development team

enter image description here

1 Answers

Don't forgot to select All and Automatically manage signing

  • Select your Development team in all packages

  • Clean build folder and rebuild the archive.

  • Issue solved

enter image description here

Related