I am trying to integrate KIF with Xcode using cocoapods. When i try to build the workspace, i face the following issue.


Its searching for the Pods-Framework shell script under the applications Xcode project but the shell script is present under the pods Xcode project.I tried changing the path but it gets replaced automatically when i build it. Can anyone provide a solution?
I think you have add KIF.Framework in your normal target . Please add these frameworks in new unit test case target created by you.