Added to Podfile watch extension:
pod 'Firebase/Crashlytics', '6.33.0'
Added to watch extension delegate:
import Firebase
class ExtensionDelegate: NSObject, WKExtensionDelegate {
func applicationDidFinishLaunching() {
FirebaseApp.configure()
}
When I try to build, getting this error:
Undefined symbols for architecture arm64_32:
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in ExtensionDelegate.o
ld: symbol(s) not found for architecture arm64_32
clang: error: linker command failed with exit code 1 (use -v to see invocation)