I'm trying to use a library in my project called WSAssetPickerController. It's a picker controller for iOS that enables you to select multiple pictures. I have followed the instructions strictly to include it in my project but I am getting the following error:
ld: warning: ignoring file /Users/davdon42/Documents/Apps/Photomosaic/Photo Mosaic/libWSAssetPicker.a, missing required architecture i386 in file /Users/davdon42/Documents/Apps/Photomosaic/Photo Mosaic/libWSAssetPicker.a (2 slices)
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_WSAssetPickerController", referenced from:
objc-class-ref in ImportImagesViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
any ideas?
I think it may be something to do with versions of xcode and the iphone sdk. I'm using Xcode Version 4.5.1 and iOS SDK 6.0 targeting iOS 5.1.
Thanks
