Guest User

Untitled

a guest
Jan 20th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 2018-01-20 06:19:16.972 [info][tid:main][RCTCxxBridge.mm:210] Initializing <RCTCxxBridge: 0x6000001c2850> (parent: <RCTBridge: 0x6040000c7620>, executor: (null))
  2. 2018-01-20 06:19:16.975378-0800 LevelStory[67373:2037856] Initializing <RCTCxxBridge: 0x6000001c2850> (parent: <RCTBridge: 0x6040000c7620>, executor: (null))
  3. 2018-01-20 06:19:17.158 [warn][tid:main][RCTBridge.m:120] Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
  4. 2018-01-20 06:19:17.158401-0800 LevelStory[67373:2037856] Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
  5. 2018-01-20 06:19:17.215 [warn][tid:main][RCTModuleData.mm:69] Module RCTImageLoader requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
  6. 2018-01-20 06:19:17.215060-0800 LevelStory[67373:2037856] Module RCTImageLoader requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
  7. 2018-01-20 06:19:17.231 [info][tid:main][RCTRootView.m:302] Running application LevelStory ({
  8. initialProps = {
  9. };
  10. rootTag = 1;
  11. })
  12. 2018-01-20 06:19:17.231250-0800 LevelStory[67373:2037856] Running application LevelStory ({
  13. initialProps = {
  14. };
  15. rootTag = 1;
  16. })
  17. 2018-01-20 06:19:17.345 [error][tid:NSOperationQueue 0x6040000355a0 (QOS: UNSPECIFIED)][RCTCxxBridge.mm:419] Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Metro Bundler has encountered an internal error, please check your terminal error output for more details (null))
  18. 2018-01-20 06:19:17.346054-0800 LevelStory[67373:2038114] Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error:(Metro Bundler has encountered an internal error, please check your terminal error output for more details (null))
  19.  
  20. Environment:
  21. OS: macOS Sierra 10.12.6
  22. Node: 9.4.0
  23. Yarn: 1.3.2
  24. npm: 5.6.0
  25. Watchman: 4.9.0
  26. Xcode: Xcode 9.2 Build version 9C40b
  27. Android Studio: 2.3 AI-162.3871768
  28.  
  29. Packages: (wanted => installed)
  30. react: 16.2.0 => 16.2.0
  31. react-native: 0.52.0 => 0.52.0
Add Comment
Please, Sign In to add comment