Nathanael-MZ

Results 4 comments of Nathanael-MZ

We are running XCode 15.0.1. The `FirebaseCoreInternal_Privacy.bundle` is in the build folder but we still get the file not found error. ``` PODS: - Firebase/Analytics (10.11.0): - Firebase/Core - Firebase/Core...

> Hi @Nathanael-MZ, could you confirm that you are opening the `.xcworkspace` file rather than the `.xcodeproj` file? Yes, we are using the .xcodeproj file

Sorry, I was wrong. We do the pod install, then build with the xcworkspace.

We are using the latest Firebase Unity SDK 11.8 and we tried upgrading to XCode 15.3. Podfile: ``` source 'https://cdn.cocoapods.org/' platform :ios, '12.0' target 'UnityFramework' do pod 'Firebase/Analytics', '10.22.0' pod...