I am using private framework within project and getting following error when trying to archive the app. What's bothering me is that I am able to run app in simulator and on device successfully.
Any help is appreciated. Thanks.
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_XXXXXIdentifier", referenced from:
objc-class-ref in InitializeMobileXXXXXXXX.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)