I'm trying to use the amazon AWS for iOS SDK but I keep getting several Apple Mach-O Linker errors in Xcode 6.1.1, this error happened when i'm trying to use iOS simulator iPhone 5s but it works fine on 4s simulator. Any help would be much appreciate.
AWS Framework I'm using is AWSiOSSDK v 1.7.0
ld: warning: ignoring file /Users/xxx/Downloads/xxxios_app/FacebookSDK.framework/FacebookSDK, missing required architecture x86_64 in file /Users/xxx/Downloads/xxx_ios_app/FacebookSDK.framework/FacebookSDK (3 slices) ld: warning: ignoring file /Users/xxx/Downloads/xxx_ios_app/AWSiOSSDK.framework/AWSiOSSDK, missing required architecture x86_64 in file /Users/xxx/Downloads/xxx_ios_app/AWSiOSSDK.framework/AWSiOSSDK (3 slices) Undefined symbols for architecture x86_64: "_OBJC_CLASS$AmazonEndpoints", referenced from: objc-class-ref in LoginViewController.o objc-class-ref in PhotoViewController.o "_OBJC_CLASS$AmazonErrorHandler", referenced from: objc-class-ref in LoginViewController.o objc-class-ref in PhotoViewController.o "_OBJC_CLASS$AmazonLogger", referenced from: objc-class-ref in LoginViewController.o objc-class-ref in PhotoViewController.o "_OBJC_CLASS$AmazonS3Client", referenced from: objc-class-ref in LoginViewController.o objc-class-ref in PhotoViewController.o "_OBJC_CLASS$FBNativeDialogs", referenced from: objc-class-ref in LoginViewController.o "_OBJC_CLASS$_FBRequestConnection", referenced from: objc-class-ref in LoginViewController.o objc-class-ref in PhotoViewController.o