I am having a go at using RestKit by following this tutorial – RestKit Tutorial – Ray Wenderlich.
Everything seems to go as it should, however I am getting 26 warnings (no errors, so it does compile). Now I have done exactly what the tutorial says, so i can’t explain any of them. They are in the RestKit FrameWork (the little white house logo)
Any idea how I can resolve these? I have redone the exercise several times, but they always come up. They don’t come up in the sample project.
Any help would be great. Also all the warnings seems to be different, so I am not sure what I need to post for code, because that could be the whole framework???
I have added an image of the warnings that bug me the most. I would like to have these cleared.

Are you by chance using a beta version of xCode and/or targeting iOS SDK 6.0? I’ve noticed this on a project too, with xCode 4.5, targeting iOS SDK 6.0. The odd thing is that if I pull the project down on my laptop with xCode 4.3, targeting iOS SDK 5.1 there are zero warnings. I resorted to ignoring the RestKit warnings on my main machine.