2 Replies Last post: Feb 22, 2013 10:22 PM by Bjorn T Johansen  
Bjorn T Johansen Novice 190 posts since
Sep 23, 2003
Currently Being Moderated

Feb 12, 2013 4:09 PM

EAP mark code as red that works fine in AC 1.6.x and Xcode...

I am using Restkit in my project and this project works as it should using Xcode and AppCode 1.6.x. But when I open it in AppCode EAP (both the version form today and the previous one), AC marks all objects used from the Restkit framework as red and wants me to import a lot of different header files from RestKit..

 

Am I missing something or?

 

 

Regards,

 

BTJ

Marc Miller Newbie 30 posts since
Aug 23, 2002
Currently Being Moderated
Feb 22, 2013 10:07 PM in response to: Bjorn T Johansen
Re: EAP mark code as red that works fine in AC 1.6.x and Xcode...

I had dealt with problem far too often. I have found that including restkit has been quite painful and I don't remember what I did to repeatedly fix those issues because it was always something new that broke. I do have a suggestion as to a better solution: use cocoapods. If you haven't used cocoapods, then go check out http://cocoapods.org  It's a dependency management framework. It will download and install RestKit (and other APIs you choose) and will handle all the project settings for you (it will create a workspace that will contain a separate project for all your dependencies).

 

I know that isn't the answer you were looking for but cocoapods becoming a de-facto standard in iOS and OSX dependency management.

More Like This

  • Retrieving data ...