Xcode undefined symbols

How can I fix this: Xcode version 14.2

Undefined symbols for architecture arm64: "OBJC_CLASS$_FIRApp", referenced from: objc-class-ref in libFirebaseCppApp.a(app_ios.mm.o) "OBJC_CLASS$_FIRConfiguration", referenced from: objc-class-ref in libFirebaseCppApp.a(app_ios.mm.o) "OBJC_CLASS$_FIRDatabase", referenced from: objc-class-ref in libFirebaseCppDatabase.a(database_ios.mm.o) "OBJC_CLASS$_FIRDatabaseReference", referenced from: objc-class-ref in libFirebaseCppDatabase.a(database_reference_ios.mm.o) "OBJC_CLASS$_FIROptions", referenced from: objc-class-ref in libFirebaseCppApp.a(app_ios.mm.o) "OBJC_CLASS$_FIRTransactionResult", referenced from: objc-class-ref in libFirebaseCppDatabase.a(database_reference_ios.mm.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Post not yet marked as solved Up vote post of louis123 Down vote post of louis123
680 views