Jagadeeshwar
Jagadeeshwar

Reputation: 863

error build: Undefined symbol: _OBJC_CLASS_$_ADBMobile

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

Answers (1)

bmwdev
bmwdev

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

Related Questions