You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, love to see coming Charts support for Swift 3.0.
This day Realm 1.1.0 was released, so Charts.podspec needs to be updated, because of this:
[!] Unable to satisfy the following requirements:
- `RealmSwift` required by `Podfile`
- `RealmSwift (= 1.1.0)` required by `Podfile.lock`
- `RealmSwift (~> 1.0.2)` required by `Charts/Realm (2.2.5)`
ss.dependency "RealmSwift", "~> 1.0.2" should be changed to 1.1.0 or even 1.1 👍
The text was updated successfully, but these errors were encountered:
First, love to see coming Charts support for Swift 3.0.
This day Realm 1.1.0 was released, so
Charts.podspec
needs to be updated, because of this:ss.dependency "RealmSwift", "~> 1.0.2"
should be changed to1.1.0
or even1.1
👍The text was updated successfully, but these errors were encountered: