drapanjanas/re-natal

Support Figwheel 0.5.15 and later

mfikes opened this issue · 2 comments

If you use Figwheel 0.5.15 or later, then device connectivity (at least to iOS fails).

To repro: re-natal init FutureApp and then revise the project.clj to use Figwheel 0.5.15 (or 0.5.16). Then re-natal use-ios-device real and re-natal xcode and launch the app on a device.

Xcode will repeatedly log:

[tid:com.facebook.react.JavaScript] Figwheel: trying to open cljs reload socket
2018-07-25 17:26:37.993074-0400 FutureApp[4853:1916020] Figwheel: trying to open cljs reload socket

It appears that the first bad commit is bhauman/lein-figwheel@0682c5e
If you use the previous commit, things will connect, albeit with errors.

does this fixed?