-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Troubleshooting
If you are having trouble with your RestKit installation, try the troubleshooting steps below...
If the import of the RestKit header fails, your project may not be building using the Derived Data directory. Beginning with Xcode 4.0, projects and workspaces can place their build products into a common tree of directories outside of the project source tree. RestKit leverages this build environment to provide header include paths.
Select the File > Project Settings… menu item to open the project settings sheet:
A sheet will appear containing a Build and a Snapshots tab. On the Build tab, select the Advanced… button:
A new sheet will appear containing a pop-up menu for the Build Location. Select the Derived Data Location from the menu and then press the Done button to dismiss the sheet.