"Undefined symbols for architecture arm64" during archiving

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.

Code Block
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)

Replies

Bumping this

From 2 years ago. That’s optimistic.

Most problems like this are caused by one of two issue:

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"