Undefined symbol: _OBJC_CLASS_$_FIRHeartbeatInfo

I am in Xcode Version - Version 14.3.1 (14E300c) and flutter version Flutter 3.10.2.

The project was running fine and I updated flutter to latest 3.10.2 • channel stable and updated all the Firebase dependency

Now I am getting the error

Error (Xcode): Undefined symbol: OBJC_CLASS$_FIRHeartbeatInfo

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Could not build the application for the simulator. Error launching application on iPhone 14 Pro.

Firebase Dependency are firebase_analytics: ^10.4.1 firebase_crashlytics: ^3.3.1 firebase_dynamic_links: ^5.3.1 firebase_remote_config: ^4.2.1 firebase_core: ^2.13.0 firebase_auth: ^4.6.1 firebase_messaging: ^14.6.1

Undefined symbol: _OBJC_CLASS_$_FIRHeartbeatInfo
 
 
Q