0

I want to add the Google GTL Objective-C Library to my Xcode project, I just can't work it out and there is next to nothing on the topic that I can find helpful (Google's documentation is awful).

halfer
  • 19,824
  • 17
  • 99
  • 186
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
  • 2
    Congrats on hitting 1,500 rep! One of the [privileges](http://stackoverflow.com/privileges) that you've gained is the ability to create new tags. Please take care when entering tags from now on. You just accidentally created a new tag through a typo. – Charles Jul 09 '12 at 22:40
  • Please make separate posts for separate questions. – jscs Jul 09 '12 at 22:44

1 Answers1

0

Try this one:

https://i.stack.imgur.com/n95fl.png

If it won't help you, just grab all needed files from GTL project and manually add all of them to your project. Something like this: https://i.stack.imgur.com/sEt0O.png

Don't forget to disable ARC for all those files.

How can I disable ARC for a single file in a project?

Community
  • 1
  • 1
roma
  • 31
  • 3