0

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!

Year3000
  • 459
  • 2
  • 7
  • 15

2 Answers2

1

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.

orta
  • 4,225
  • 1
  • 26
  • 34
  • Thank you for all your help, I've however chosen to not use the GDATA framework anymore and have found a better way of doing what I wanted to do without GData. Since your answer is much more detailed I will go ahead and make it the correct answer. Thanks again! – Year3000 May 13 '12 at 19:27
0

Do you by any chance import VideosTableViewController.m instead of .h somewhere in your code?

Paul Hunter
  • 4,453
  • 3
  • 25
  • 31