In my attempt to fix my Mach-O Linker Error, I ran “pod deintegrate” and “pod install”, but then when I tried to build my project I got this error:
Undefined symbols for architecture x86_64:
“OBJC_CLASS$_UNNotificationAttachment”, referenced from:
objc-class-ref in libbackendless.a(BackendlessPushHelper.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can anyone tell me what this means?