All RestKit projects fail to build when archiving
THIS QUESTION REFERS TO RESTKIT 0.9.x. IF YOU ARE NEW TO RESTKIT CONSIDER USING THE NEWER 0.10.x branch. I recently inherited a project that uses restkit ( restkit.org ). I have started using a branch ( 402-new-build-process ) that is more compatible with xcode4.2 . My project an all the example projects build and run, but when it comes to Archiving an app the build fails: /Users/AUser/Documents/SubFolder/stable-branches/project-iOS-client/RestKit/Examples/RKTwitterCoreData/Classes/RKTwitterAppDelegate.m:9:9: fatal error: 'RestKit/RestKit.h' file not found [2] #import <RestKit/RestKit.h> ^ 1