I'm trying to integrate Siri into my app which is Objective-C / Swift. When I try to get data from other classes of my project into the IntentHandler.swift file to determine which contacts match the user's intent I get a Error:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_(ClassName)", referenced from:
followed by
clang: error: linker command failed with exit code 1 (use -v to see invocation)