DeepARSDK / quickstart-macos-objc

2 stars 1 forks source link

Apple silicone build and archive issue #4

Open saqibomer opened 1 year ago

saqibomer commented 1 year ago

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)

Please release sdk with arm64 support.