"_OBJC_CLASS_$_ADBMobile", referenced when build pro with Xcode14 beta6

Viewed 61

Getting below error with architecture not supported when building with Xcode 14 beta. when I built the sample project with Adobe SDK in Cocoapod it works fine.

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_ADBMobile", referenced from:
      objc-class-ref in DeepLinkManager.o
      objc-class-ref in DependencyMap.o
      objc-class-ref in SiteCatalystAnalyticsEngine.o
      objc-class-ref in AdobeConfiguration.o
      objc-class-ref in SiteCatalystManager.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
0 Answers
Related