Turns off bitcode for RxTests. #584
This commit is contained in:
parent
761e9fea8b
commit
0c34e28d38
|
|
@ -55,5 +55,7 @@ func testMap() {
|
|||
|
||||
s.framework = 'XCTest'
|
||||
|
||||
s.dependency 'RxSwift', '~> 2.4'
|
||||
s.dependency 'RxSwift', '~> 2.5'
|
||||
|
||||
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue