Search code examples
iphoneiosyoutube-apigdata

Why do I keep getting an Apple Mach-O Linker Error Using the Youtube API in GDATA


Hi I keep trying to build my project, but I keep getting 4 errors.

enter image description here

Any help would be greatly appreciated!

I definitely added the GData code correctly, and I did add the libxml2.dylib in my build phases. & in my other linker flags I have -OBjC, -lxml2, -all_load. Thank you so much!


Solution

  • It looks like you're GData library is only compiling for arm7 and you might be trying to support arm6, try going into your architectures section of your GdataTouchStaticLib and add "armv6" to the release/debug targets.