Hello,
I finished building banner and interstitial ads into my application. I decided to incoporate RevenueCat for the in-app purchases. There were so many errors. So, I decided to remove the Pod for Revenue Cat. However, I am still getting erros from Firebase Auth. There are 4 issues
- AVFoundation.h – AVFCore/AVFcore.h file not found
- RPBroadCastExtension.h. – Could not build module AVFoundation
- GameKit.h. – Could notn build module ReplayKit
- FIRGameCenterAuthProvider.m – Could not build module GameKit
I have been trying for 2-3 days now. Here is what I have been doing.
A) I try removing all pods and reinstall all the pods. I try to clean the build. Same error came back.
B) I try to add and remove RevenueCat. Same Error!
C) I change build setting to enable module c & Objective C. Same Error!
D) I added use_modular_headers! to Pod file. Same Error!
Please. I need help.