I get the following error when running on the simulator. This doesn't show up when building for a physical device.
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_AppMeasurement", referenced from:
objc-class-ref in AnalyticsAgent.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Is there a version of the AppMeasurement library that would support ARM64 and not give this error?
K. Subramanian