-
Notifications
You must be signed in to change notification settings - Fork 238
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
Fixed dependency conflict with CocoaPods v0.38 #95
Conversation
commit fcb4efb Author: Julian Krumow <[email protected]> Date: Fri Jul 24 23:00:55 2015 +0200 Update changelog. FIxed issue #94 commit 62c4fcd Author: Julian Krumow <[email protected]> Date: Fri Jul 24 22:53:34 2015 +0200 Changed usage of cocoapods plugin API which has changed in version 0.38.x commit 0fc3de4 Author: Julian Krumow <[email protected]> Date: Fri Jul 24 22:29:00 2015 +0200 Revert. commit e898a66 Author: Julian Krumow <[email protected]> Date: Fri Jul 24 22:28:24 2015 +0200 Push. commit 2ea7b6a Author: Julian Krumow <[email protected]> Date: Fri Jul 24 22:23:33 2015 +0200 Update dependencies cocoapods and xcodeproj.
Hey guys, have you found the time yet to take a look at this pull request? Any feedback would be appreciated. Thanks |
🍏 |
Looks good! Sorry, and thanks @intelliot |
Fixed dependency conflict with CocoaPods v0.38
Pushing |
Thanks :-) |
Thank you @tarbrain for your continued effort in making slather awesome! |
Error loading the plugin with path Gem::LoadError - Unable to activate slather-1.8.1, because xcodeproj-0.28.2 conflicts with xcodeproj (~> 0.26.2) |
Fixed in #106 |
Hi there,
I fixed the following issues with cocoapods v0.38:
cocoapods
andxcodeproj
cocoapods
plugin API which has changed in version0.38.x
Fixes issue #94