jellea / react-native-boot-template

Template for boot-react-native
Eclipse Public License 1.0
7 stars 2 forks source link

Unable to run boot dev --platform ios #1

Open vikeri opened 8 years ago

vikeri commented 8 years ago

I get the following error:

clojure.lang.ExceptionInfo: No such var: rn/run-in-simulator
    data: {:file
           "/var/folders/bt/pyrq9q9j7_1cq9q6r5yl6xn40000gn/T/boot.user156102134873442249.clj",
           :line 9}
java.lang.RuntimeException: No such var: rn/run-in-simulator
               ...                
boot.main/-main/fn   main.clj: 192
   boot.main/-main   main.clj: 192
               ...                
  boot.App.runBoot   App.java: 390
     boot.App.main   App.java: 467
               ...                
         Boot.main  Boot.java: 258
mitchelkuijpers commented 8 years ago

You need to upgrade the boot-react-native dep to this:

[mattsum/boot-react-native "0.2-SNAPSHOT" :scope "test"]