-
Notifications
You must be signed in to change notification settings - Fork 349
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
Allow to skip the installation of any dependency #150
Comments
Related: CocoaPods/CocoaPods#2312 |
Came into a problem with the following Podfile: target 'EDN' do
pod 'ReactiveCocoa'
end
target 'EDNTests' do
pod 'Expecta'
pod 'Expecta+ReactiveCocoa'
end At runtime, when testing from the This skip logic would allow you to workaround the problem by skipping the |
@kylef and for whoever interested, I wrote an illustrated article that explains the case you're describing (= two versions of a pod loaded at runtime during hosted tests) here. For those of you who really need hosted tests (TEST_HOST set to main target), a way to exclude pods in a target would indeed be ultimately useful. |
Any progress on this one? |
IMHO the proper fix to this is to have a |
Closing as infeasible, but a PR with a proposal would be considered. |
The podfile should support the following syntax:
This feature is traversal to any block discussion. Moreover it is a cleaner and more general solution to #40.
The text was updated successfully, but these errors were encountered: