Skip to content

Commit 24b40d3

Browse files
authored
Merge pull request #81 from yuzushioh/fix-missing-symbols-issue
App crashes because of missing symbols, using RxSwift 3.3.0
2 parents f0f9571 + 859e119 commit 24b40d3

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 3.0.0
1+
github "ReactiveX/RxSwift" ~> 3.3.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Quick/Nimble" "v5.1.1"
22
github "Quick/Quick" "v1.0.0"
3-
github "ReactiveX/RxSwift" "3.1.0"
3+
github "ReactiveX/RxSwift" "3.3.0"

Carthage/Checkouts/RxSwift

Submodule RxSwift updated 524 files

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let package = Package(
44
name: "Action",
55
targets: [],
66
dependencies: [
7-
.Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3)
7+
.Package(url: "https://github.com/ReactiveX/RxSwift.git", majorVersion: 3, minor: 3)
88
]
99
)
1010

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ Then run `pod install` and that'll be 👌
100100
Add this to `Cartfile`
101101

102102
```
103-
github "RxSwiftCommunity/Action" ~> 2.1.1
103+
github "RxSwiftCommunity/Action" ~> 2.3.0
104104
```
105105

106+
If you are using RxSwift 3.2.0 or below, Use Action `~2.2.0` instead!
107+
106108
then run
107109

108110
```

0 commit comments

Comments
 (0)