Conversation
|
Thanks! Looks like the build is broken. I'm not an iOS engineer, but can you please take a look at that? |
|
I updated the configurations but I couldn't remove the error. |
|
Unfortunately, @jverkoey is a bit busy this month, and he's our Apple maintainer. I don't know enough about that setup to be of much help. I'm sure he'll be happy to help when he has time, but that could be a few weeks. One option would be to install You can install |
| } | ||
|
|
||
| let motionStream = MotionObservable<Int> { observer in | ||
| _ = MotionObservable<Int> { observer in |
There was a problem hiding this comment.
These look like stylistic changes. Do you need to touch this file to perform the upgrade?
| observer.next(false, value) | ||
| observer.next(true, value) | ||
| observer.next((false, value)) | ||
| observer.next((true, value)) |
There was a problem hiding this comment.
Is this change required to upgrade?
Hi!
Updated project for swift4.1 & Xcode 9.3.
Thank you😀