Hello and happy new year.
Sorry in advance if this is not the right repo to report this issue.
This error occurred after I tried to upgrade react-native from 0.72.6 to 0.73.1.
Error message
When I try to build the iOS application I get the following error from mParticle-Google-Analytics-Firebase-GA4 pod
'mParticle_Apple_SDK-Swift.h' file not found
Setup
react-native
0.73.1
react-native-mparticle
2.7.9
Podfile
pod 'mParticle-Apple-SDK', '~> 8'
pod 'mParticle-BranchMetrics', '~> 8'
pod 'mParticle-Optimizely', '~> 8'
pod 'mParticle-Appboy', '~> 8'
pod 'mParticle-Google-Analytics-Firebase-GA4', '~> 8'
If there are any other information that I can provide, please let me know.
Thank you.