Linker Errors in Xcode Project with BlinkID SDK

37 Views Asked by At

Xcode version: 14.2 BlinkID SDK version: 2.18.2 -problem: When attempting to build the Xcode project, we encounter linker errors related to the BlinkID SDK. The following undefined symbols are reported:

OBJC_CLASS$_PPBaseOverlayViewController OBJC_CLASS$_PPBlinkInputRecognizerResult OBJC_CLASS$_PPBlinkInputRecognizerSettings OBJC_CLASS$_PPCameraCoordinator OBJC_CLASS$_PPModernOcrResultOverlaySubview OBJC_CLASS$_PPRecognizerResult OBJC_CLASS$_PPRecognizerSettings OBJC_CLASS$_PPRegexOcrParserFactory OBJC_CLASS$_PPSettings OBJC_CLASS$_PPViewControllerFactory OBJC_CLASS$_PPVinOcrParserFactory OBJC_METACLASS$_PPBaseOverlayViewController

These errors also persist in the sample app provided by the BlinkID SDK.

I tried with sample app of BlinkId but same issue persist.

0

There are 0 best solutions below