ios - Apple Mach-O Linker Error with Parse OBJC classes -
hi have looked on similar questions , tried can seem fix code. every time try , archive
apple mach-o linker errors parse user, object, file, query, parse , linker command failed exit code 1.
first ld:
warning: ignoring file .., missing required architecture arm 64 in file parse.framework.parse
then following errors:
undefined symbols architecture arm64: "_objc_class_$_pfuser", referenced from: objc-class-ref in signupviewcontroller.o objc-class-ref in loginviewcontroller.o objc-class-ref in inboxviewcontroller.o objc-class-ref in editfriendsviewcontroller.o objc-class-ref in friendsviewcontroller.o objc-class-ref in cameraviewcontroller.o "_objc_class_$_pfobject", referenced from: objc-class-ref in cameraviewcontroller.o "_objc_class_$_pffile", referenced from: objc-class-ref in cameraviewcontroller.o "_objc_class_$_pfquery", referenced from: objc-class-ref in inboxviewcontroller.o "_objc_class_$_parse", referenced from: objc-class-ref in appdelegate.o ld: symbol(s) not found architecture arm64 clang: error: linker command failed exit code 1 (use -v see invocation)
please can experience of issue me i've spent 3 hours researching already.
i know it's linked frameworks don't what?
things i've tried:
- updating latest version of parse framework.
- including various other frameworks might have been missing.
- changed architectures in build setting standard architectures (armv7, arm64)
- changed build active architecture no.
i want x-code project build , archive 64-bit support there seems fundamentally wrong how i'm implementing parse 64-bit
Comments
Post a Comment