Created
November 28, 2019 10:46
-
-
Save jakubgs/7d40b3f8f1baff796d15077ae2c73f66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [email protected]:~/repos/status-react % make startdev-ios-simulator | |
| clj -R:dev build.clj watch --platform ios --ios-device simulator | |
| Configuring default Nix shell for target 'ios'... | |
| Checking for modifications in node_modules... | |
| Modifications detected in 1 files: | |
| - node_modules/react-native/Libraries/WebSocket/RCTWebSocketExecutor.m | |
| Copying node_modules from Nix store (/nix/store/n9xg4a9y0anw7sqi9mv4c6ppcrcgs9y6-StatusIm-Mobile-0.0.1/node_modules)... | |
| real 0m11.042s | |
| user 0m0.468s | |
| sys 0m10.273s | |
| Done | |
| /Users/jenkins/repos/status-react/modules/react-native-status/ios/RCTStatus/Statusgo.framework already in place | |
| Source maps enabled. | |
| index.ios.js was regenerated | |
| Host in RCTWebSocketExecutor.m was updated | |
| Dev server host for iOS: localhost | |
| Figwheel: Starting server at http://0.0.0.0:3449 | |
| Figwheel: Watching build - ios | |
| Compiling build :ios to "target/ios/app.js" from ["react-native/src/mobile" "src" "env/dev" "components/src" "dev"]... | |
| Successfully compiled build :ios to "target/ios/app.js" in 7.024 seconds. | |
| Figwheel: Starting nREPL server on port: 7888 | |
| WARNING: An illegal reflective access operation has occurred | |
| WARNING: Illegal reflective access by mranderson048.orchard.v0v3v0.dynapath.v0v2v5.dynapath.defaults$eval35616$fn__35617 to method java.net.URLClassLoader.addURL(java.net.URL) | |
| WARNING: Please consider reporting this to the maintainers of mranderson048.orchard.v0v3v0.dynapath.v0v2v5.dynapath.defaults$eval35616$fn__35617 | |
| WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
| WARNING: All illegal access operations will be denied in a future release | |
| re-frisk server has been started at http://localhost:4567 | |
| Launching ClojureScript REPL for build: ios | |
| Figwheel Controls: | |
| (stop-autobuild) ;; stops Figwheel autobuilder | |
| (start-autobuild id ...) ;; starts autobuilder focused on optional ids | |
| (switch-to-build id ...) ;; switches autobuilder to different build | |
| (reset-autobuild) ;; stops, cleans, and starts autobuilder | |
| (reload-config) ;; reloads build config and resets autobuild | |
| (build-once id ...) ;; builds source one time | |
| (clean-builds id ..) ;; deletes compiled cljs target files | |
| (print-config id ...) ;; prints out build configurations | |
| (fig-status) ;; displays current state of system | |
| (figwheel.client/set-autoload false) ;; will turn autoloading off | |
| (figwheel.client/set-repl-pprint false) ;; will turn pretty printing off | |
| Switch REPL build focus: | |
| :cljs/quit ;; allows you to switch REPL to another build | |
| Docs: (doc function-name-here) | |
| Exit: :cljs/quit | |
| Results: Stored in vars *1, *2, *3, *e holds last exception object | |
| Prompt will show when Figwheel connects to your application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment