Issue integrating FirebaseAnalytics with Macos target using Tuist’s

Hello everyone,

I’m currently facing an issue while trying to integrate Firebase Analytics into my project. Specifically, I’m encountering the following error:

HiveSync/Tuist/.build/artifacts/google-ads-on-device-conversion-ios-sdk/GoogleAdsOnDeviceConversion/GoogleAdsOnDeviceConversion.xcframework:1:1 While building for macOS, no library for this platform was found in '/HiveSync/Tuist/.build/artifacts/google-ads-on-device-conversion-ios-sdk/GoogleAdsOnDeviceConversion/GoogleAdsOnDeviceConversion.xcframework'.

It appears that the GoogleAdsOnDeviceConversion.xcframework does not include a library compatible with macOS. Has anyone else experienced this issue or have any recommendations on how to resolve it?

same issue can be found - Issue integrating Firebase with tvOS target using Tuist’s XcodeProj integration · Issue #7929 · tuist/tuist · GitHub

Any guidance on how to address this would be greatly appreciated. Thanks in advance for your help!

Hi @hanrw,

There was a bug in Tuist that caused this issue. I opened a PR addressing it.

1 Like

Thanks for the update!