Xcode 15 No Team Found in Archive

After updating xcode, there is new issue at creating archive.

Replies

After trying so many things. I would like to share what worked for me.

  1. Goto Library/Developer/XCode and delete "DerivedData" folder.
  2. Clean Build Folder : in xcode "Product" menu -> "Clean Build Folder" or press "Command+shift+K".
  3. Close XCode.
  4. Re-open XCode and your project.
  5. Try creating new build.
  • Thanks for sharing!

Add a Comment