-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update texture podspec to 3.0 #34
base: master
Are you sure you want to change the base?
Update texture podspec to 3.0 #34
Conversation
Hi @GeekTree0101 , do you mind reviewing this PR to support Texture 3? 🙏🏻 |
RxCocoa-Texture.podspec
Outdated
s.dependency 'Texture', '~> 2.7' | ||
s.dependency 'Texture', '~> 3.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RxCocoa-Texture doesn't needs define minimum version 3.0 :]
Plz podspec rollback to min 2.7 & recommend to update Example/Podfile Texture 3.0 :]
use_frameworks!
target 'RxCocoa-Texture_Example' do
pod 'RxCocoa-Texture', :path => '../'
pod 'RxAlamofire'
target 'RxCocoa-Texture_Tests' do
inherit! :search_paths
pod 'Texture', '3.0' // <---- HERE
pod 'RxTest'
pod 'RxBlocking'
pod 'Quick'
pod 'Nimble'
end
end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh just know about that ahhaha, should I revert the version as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried rollback the min version, and I got this error
[!] CocoaPods could not find compatible versions for pod "Texture":
In Podfile:
RxCocoa-Texture (from `../`) was resolved to 3.1.0, which depends on
Texture (~> 2.7)
Texture (= 3.0)
Specs satisfying the `Texture (= 3.0), Texture (~> 2.7)` dependency were found, but they required a higher minimum deployment target.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try to remove pod lock on your local enviroment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about replace to 3.0.0-rc2 ?
Texture just released version 3.0 yesterday, so need to update the podspec