just lately I’ve up to date to MacOS 26.2 with out realizing this might break compatibility with Xcode 16.4, so I’m compelled to make use of Xcode 26 to proceed engaged on my venture. I exploit SPM for dependencies. I’ve up to date Firebase to newest model (12.7.0) and I’ve discovered an issue I’ve by no means had in Xcode 16. When I attempt to import FirebaseAnalytics in my code, Xcode tells me there is no such a module. The module is linked within the Frameworks, Libraries and Embedded content material part of Xcode:

I’ve additionally set the Explicitly Construct modules setting to No at venture stage:

However, it doesn’t matter what I do, I nonetheless do get this error:

I’ve clearly deleted DerivedData, cleaned the venture, restarted Xcode and constructed once more, to no avail.
I’ve seen that Xcode 26 does permit me to import FirebaseAnalyticsTarget however clearly that doesn’t let me use FirebaseAnalytics. I couldn’t learn something associated to this on their GitHub, so I do not know if I’m doing one thing unsuitable.
Has anybody face this identical challenge? I’ve seen that that is taking place with Google packages like FirebaseAnalytics, GoogleMobileAds, and GoogleUserPlatform

