Codesigning failure starting with 11.14.0 (original) (raw)

Description

Starting with version 11.14.0 (and also 11.15.0), our codesigning on CI (Xcode 16.3) fails:

error: exportArchive "Speak-V2.app" requires a provisioning profile with the App Groups, Associated Domains, Communication Notifications, Push Notifications, and Sign in with Apple features.

error: exportArchive "SpeakNotificationExtension.appex" requires a provisioning profile with the App Groups feature.

error: exportArchive "SpeakWidgetExtension.appex" requires a provisioning profile with the App Groups feature.

The provisioning profiles haven't changed, and reverting Firebase to 11.13 builds the app correctly. I noticed there were quite a few dependency changes for 11.14, is it possible any of the changes there causes this issue for us?

I realize the information I'm providing here is sparse, mostly because I don't have much more info myself, but let me know what would be helpful!

Reproducing the issue

This is specific to our setup unfortunately

Firebase SDK Version

11.14.0+

Xcode Version

16.4

Installation Method

Swift Package Manager

Firebase Product(s)

Authentication, Analytics, Messaging

Targeted Platforms

iOS

Package.resolved

Relevant Package.resolved info

{
  "identity" : "firebase-ios-sdk",
  "kind" : "remoteSourceControl",
  "location" : "https://github.com/firebase/firebase-ios-sdk.git",
  "state" : {
    "revision" : "fdc352fabaf5916e7faa1f96ad02b1957e93e5a5",
    "version" : "11.15.0"
  }
},
{
  "identity" : "googleappmeasurement",
  "kind" : "remoteSourceControl",
  "location" : "https://github.com/google/GoogleAppMeasurement.git",
  "state" : {
    "revision" : "45ce435e9406d3c674dd249a042b932bee006f60",
    "version" : "11.15.0"
  }
}