I'm trying to build my project which uses AdobeMobileSDK on XCode14 and seeing the compilation error "error build: Undefined symbol: OBJC_CLASS$_ADBMobile". However, the same works perfectly fine with XCode13
Seeing the exact same since Xcode 14
EDIT: Found a solution that worked for me, included -lAdobeMobile to your Other Linker Flags in Build Settings.