I need some assistance. I added Parse SDK and it works fine during testing. When I attempt to build it, it gives me four 'Apple Mach-O Linker' errors:
ld: warning: ignoring file /Users/Amirhosein/Downloads/ParsePlatform-PushTutorial-63133fb/iOS/Parse.framework/Parse, missing required architecture arm64 in file /Users/Amirhosein/Downloads/ParsePlatform-PushTutorial-63133fb/iOS/Parse.framework/Parse (3 slices) Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_PFPush", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_PFInstallation", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_Parse", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)