List
Undefined symbols for architecture x86_64
Posted Date: 2018-03-30 6:48     Edited Date: 2018-04-02 5:13     Writer: inactive

Hi , 

When adding the SDK i get this compile error 

ld: warning: ignoring file /Path/To/Project/MaxstVideoFramework.framework/MaxstVideoFramework, missing required architecture x86_64 in file /Path/To/Project/MaxstVideoFramework.framework/MaxstVideoFramework (2 slices)

Undefined symbols for architecture x86_64:

  "_OBJC_CLASS_$_MasCameraDevice", referenced from:

      objc-class-ref in ScanForCouponsViewController.o

ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am using swift.

Does any have an idea on how to fix this ?

Thanks

Posted Date: 2018-04-02 5:13     Edited Date: 2018-04-02 5:13     Writer: slkim

Check your Project Setting.

Project->Build Settings->Architectures

you must to select Architecture for Arm not X86(Mac)