iOS 使用高德室内地图的OIMPointMake方法时报
Undefined symbols for architecture arm64:
"_OIMPointMake", referenced from:
-[ViewController btnAction] in ViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方法:
把ViewController的.m 改成.mm即可