I'm trying to bridge an Objective-C file to Swift, and I've done everything outlined in this Apple tutorial: https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html
Regardless, I go to run my app, and the build fails every time, complaining to me about a Mach-O Linker Error.
This is the exact error message:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_LeDiscovery", referenced from:
objc-class-ref in LeDataService.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)