Nimit Parekh
Nimit Parekh

Reputation: 16864

RestKit Integration issues "No Such File Or directory"

I am using xcode 4.3.1 and i am going to implement RESTKit to my Project In that follows This Step to integration of the RestKit.

When the Drag and drop the RestKit project to my project it's done but when adding the Link Binary with library then it's red then after restart the xcode then also same problem aries

enter image description here

then after i build the project and shows the Below Error and not Running the project,

enter image description here

and file structure of the my project given below enter image description here

So any body can help to solve my error,

Thanks in advance for spanding your valuable time.

Upvotes: 0

Views: 560

Answers (1)

Saad
Saad

Reputation: 8947

This is because sometimes you add a file and then delete it. It removes the file from your project but the reference remains there, or it may be that the file was deleted but the reference still exists - go to the Project Navigator > right click > add files to... > and add the file that was red.

Upvotes: 1

Related Questions