[ad_1]
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 pressured to make use of Xcode 26 to proceed engaged on my undertaking. I take advantage of 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 isn’t any 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 undertaking degree:
However, it doesn’t matter what I do, I nonetheless do get this error:
I’ve clearly deleted DerivedData, cleaned the undertaking, 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 flawed.
Has anybody face this identical challenge? I’ve seen that that is occurring with Google packages like FirebaseAnalytics, GoogleMobileAds, and GoogleUserPlatform
[ad_2]


