-
Notifications
You must be signed in to change notification settings - Fork 92
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
CI Fix #22
Conversation
The optimal 1.0 podfile for this is: use_frameworks!
target 'RxOptional Examples' do
pod 'RxOptional', :path => '../'
pod 'RxSwift', '~> 2.0'
pod 'RxCocoa', '~> 2.0'
target 'RxOptional Tests' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble', :git => 'https://github.com/ashfurrow/Nimble.git', :branch => 'podspec-update'
end
end |
Mmm good point. |
That's a niggle, good to merge regardless of that 👍 |
Nah, I noticed |
Hmm, now it's red. |
Reproduced locally, looks like it's iPhone 4S-only, maybe a 32-bit problem. |
potentially useful aside: |
I'm not really up for dealing with weird CI-only failures, I've merged in 665b1a2 (the last green commit in this PR) and a subsequent addition of |
Two parts: