Hi I'm using the AWS SDK for a sample application. Specifically I', trying to implement an S3 bucket and object view. I've added the necessary classes, headers, and frameworks. In addition I've checked the build settings and all necessary frameworks are linked. These are the errors I get.
Undefined symbols for architecture i386: "_OBJC_CLASS_$_AmazonClientManager", referenced from:
objc-class-ref in AddBucketViewController.o objc-class-ref in AddObjectViewController.o objc-class-ref in BucketList.o objc-class-ref in ObjectListing.o objc-class-ref in ObjectViewController.old: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
