Reputation: 863
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
Upvotes: 0
Views: 5539
Reputation: 36
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.
Upvotes: 2