This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-27
Channels
- # admin-announcements (3)
- # beginners (26)
- # boot (12)
- # cider (1)
- # cljs-dev (13)
- # cljsjs (101)
- # cljsrn (5)
- # clojure (64)
- # clojure-android (1)
- # clojure-gamedev (1)
- # clojure-greece (23)
- # clojure-nl (9)
- # clojure-poland (2)
- # clojure-russia (3)
- # clojure-spec (11)
- # clojure-uk (159)
- # clojurescript (19)
- # component (1)
- # core-async (2)
- # cursive (2)
- # datascript (1)
- # datomic (2)
- # devcards (1)
- # events (1)
- # funcool (1)
- # hispano (1)
- # hoplon (24)
- # immutant (12)
- # jobs (1)
- # keechma (18)
- # lein-figwheel (2)
- # leiningen (2)
- # off-topic (8)
- # om (23)
- # onyx (4)
- # planck (26)
- # re-frame (149)
- # reagent (6)
- # ring-swagger (9)
- # spacemacs (1)
- # specter (33)
- # spirituality-ethics (11)
- # testing (10)
- # untangled (335)
- # utah-clojurians (3)
- # vim (3)
- # yada (46)
@esp1: this is really hard to explain error without your code
seems it can't connect to the react packager
@esp1: try to open the sourceURL in your phone's safari
@savelichalex: i haven’t written any code; this occurs after merely initializing a new re-natal project and then going through the documented steps to make it run on a real ios device.
@dabra: it is connecting to the packager. i can hit the url through the phone’s browser, and i also see log statements in the packager window when i start the app on the phone:
transformed 610/610 (100%)
[8:16:29 AM] <END> find dependencies (525ms)
[8:16:30 AM] <END> request:/index.ios.bundle?platform=ios&dev=true (603ms)
[8:16:31 AM] <START> request:/index.ios.map?platform=ios&dev=true
[8:16:31 AM] <END> request:/index.ios.map?platform=ios&dev=true (58ms)
[8:18:11 AM] <START> request:/index.ios.bundle?platform=ios&dev=true
[8:18:11 AM] <END> request:/index.ios.bundle?platform=ios&dev=true (22ms)