Framework does not support arm64 architecture. I am unable to build using apple silicon Mac. Give following error.
ld: warning: ignoring file /PATH/DeepAR.framework/DeepAR, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_DeepAR", referenced from:
objc-class-ref in ExtensionDeviceSource.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code
Undefined symbol: _OBJC_CLASS_$_DeepAR
Linker command failed with exit code 1 (use -v to see invocation)
Framework does not support arm64 architecture. I am unable to build using apple silicon Mac. Give following error.
Please release sdk with arm64 support.