-
Notifications
You must be signed in to change notification settings - Fork 919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Library Not Found" error with just KIF & Xcode 7.3 #822
Comments
Are you running unit tests or UI tests? |
Unit tests. |
Hi, same here with UI tests, and version |
For the symptoms I am seeing, I am leaning towards this being a CocoaPods issue in general - and have an issue there. |
@Nomad00 thanks, I've added the framework to the main target and now it finds KIF when building the test target. Just a note: I'm using Carthage, and the issue was the same, so it doesn't seem to be exclusively CocoaPods related. Not sure what is it then, maybe Xcode, but it might worth a check if others have similar issues. |
Good sleuthing. Can we close this issue since it is a CocoaPods issue? |
@vasarhelyia: That is really interesting and unexpected...Will test that out on my side too. One thing of note, I would suggest removing KIF from your main target before shipping to Apple as I am pretty sure it uses private APIs. @phatmann: I would say yes - closing, thank you! |
Hi, I am also facing same issue . In Xcode 7.2 its worked fine. but in Xcode 7.3 I am facing this issue. |
Now i added directly into my project with same build settings in test target but still same issue. |
@Manoj412: please open a new issue, since this issue is CocoaPods related. Thanks. |
@phatmann https://github.com/kif-framework/KIF/issues/848 please check this. |
Report
What did you do?
Upgraded to Xcode 7.3.
Created empty new empty project.
Ran
pod init
(Using CocoaPods 1.0.0-beta 5)Added
KIF
topodfile
forLibraryNotFoundDemoTests
target.NOTE: OCMock also exhibits the issue.
Executed
pod install
Executed test target on device.
What did you expected to happen?
Test target execute on device.
What happened instead?
Test target failed to execute.
Podfile
Sample Project
The text was updated successfully, but these errors were encountered: