I'm integrating a private xcframework (Swift 5.1) into Objective C codebase project, when i'm trying to build the application i'm getting below error
Test devices: iPhone 6 plus, iOS 12.4.9 and iPhone SE(latest) iOS 13.6.1.
Xcode 11.7 and Xcode 12
I really appreciate any help.
Code Block Undefined symbols for architecture arm64: "_OBJC_CLASS_$__TtC6Simple22GlobalMobileWrapper", referenced from: objc-class-ref in TransactionCoordinator.o" ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Test devices: iPhone 6 plus, iOS 12.4.9 and iPhone SE(latest) iOS 13.6.1.
Xcode 11.7 and Xcode 12
I really appreciate any help.