This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-17
Channels
- # admin-announcements (4)
- # beginners (35)
- # boot (183)
- # cider (28)
- # cljs-dev (4)
- # cljsjs (1)
- # cljsrn (5)
- # clojure (52)
- # clojure-austin (4)
- # clojure-russia (83)
- # clojure-sdn (1)
- # clojure-uk (18)
- # clojurescript (48)
- # core-matrix (5)
- # cursive (4)
- # datomic (23)
- # devcards (2)
- # dirac (43)
- # editors (2)
- # emacs (4)
- # events (5)
- # funcool (2)
- # hoplon (81)
- # immutant (3)
- # juxt (3)
- # ldnclj (1)
- # luminus (12)
- # off-topic (6)
- # om (72)
- # onyx (32)
- # parinfer (2)
- # pedestal (1)
- # proton (6)
- # protorepl (3)
- # re-frame (30)
- # reagent (2)
- # spacemacs (2)
- # specter (1)
- # testing (1)
- # uncomplicate (3)
- # untangled (15)
- # yada (10)
Has anyone else found their run-in-simulator config borked after attempting re-natal use-ios-device real
and then going back to re-natal use-figwheel
? Everything works fine when I port the cljs to a freshly bootstrapped project.
at least part of the problem is that some script keeps appending extra port #s to the jsCodeLocation URL in AppDelegate.m. I'm up to 3: jsCodeLocation = [NSURL URLWithString:@"
@daveliepmann looks like a bug, feel free to post an issue in github I think its easy to fix
Btw there is a command re-natal upgrade
that is intended to update configs in project generated by prevous versions.
@drapanjanas: Thanks! I'll try to bug-report but I've already moved on using a freshly bootstrapped project. I have that weird backwards-hope that it happens again so I can reproduce the bug for the github issue