Undefined symbols for arm64 architecture: "_OBJC_CLASS _ $ _ PayTabCardReaderViewController" referenced by: objc-class-ref in ViewController.o

I get this strange error when importing a library called pay tabs

Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PayTabCardReaderViewController", referenced from:
  objc-class-ref 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)

In the build settings

Architecture:

Architecture Standard architectures (armv7, arm64) - $ (ARCHS_STANDARD) Base SDK Recent IOS (8.4)

Built-in Active Architecture Only Debug Yes Release No

Supported IOS platforms Virtual armv7 arm64 architectures

+3
source share
3 answers

Ahh, isn't Xcode strong?

: , .  enter image description here

, .

( Xcode, MapBox iOS SDK. , " ", Xcode .)

+3

"" → " "? → , .

+2

. , .

0

Source: https://habr.com/ru/post/1626119/


All Articles