I have downloaded a source code which was attached with my mail. There was a static library named 'libiphone-exif.a' which was not working & showing error. Then I downloaded that library from code.google.com & added it through 'Link Binary With Libraries' but now I cant build this & its showing the following error:
ld: warning: ignoring file /Users/codemenmini2012-2/Downloads/iphone-exif-0-9/Release- iphoneos/libiphone-exif.a, file was built for archive which is not the architecture being linked (i386): /Users/codemenmini2012-2/Downloads/iphone-exif-0-9/Release-iphoneos/libiphone-exif.a
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_EXFGPSLoc", referenced from:
objc-class-ref in PictureViewController.o
"_OBJC_CLASS_$_EXFJpeg", referenced from:
objc-class-ref in PictureViewController.o
"_OBJC_CLASS_$_EXFUtils", referenced from:
objc-class-ref in PictureViewController.o
"_OBJC_CLASS_$_EXFraction", referenced from:
objc-class-ref in PictureViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)