Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. toms-MacBook-Pro:ios tom$ yarn run ios
  2. yarn run v1.9.4
  3. $ expo start --ios
  4. Starting project at /Users/tom/Projects/purism/etesync/ios
  5. Expo DevTools is running at http://localhost:19002
  6. Some of your project's dependencies are not compatible with currently installed expo package version:
  7. - react-native-gesture-handler - expected version range: ~1.5.0 - actual version installed: ^1.6.0
  8. - react-native-reanimated - expected version range: ~1.4.0 - actual version installed: ^1.7.0
  9. - react-native-screens - expected version range: 2.0.0-alpha.12 - actual version installed: ^2.0.0-beta.4
  10. - react-native-safe-area-context - expected version range: 0.6.0 - actual version installed: ^0.7.3
  11. - @react-native-community/masked-view - expected version range: 0.1.5 - actual version installed: ^0.1.6
  12. Your project may not work correctly until you install the correct versions of the packages.
  13. To install the correct versions of these packages, please run: expo install [package-name ...]
  14. Starting Metro Bundler on port 19001.
  15. Watch mode is not supported in this environment
  16. Tunnel ready.
  17. Opening exp2904f03229f24a3ca9b3fcd8485120ca://127.0.0.1:19000 in iOS simulator
  18. Error running `xcrun simctl openurl booted exp2904f03229f24a3ca9b3fcd8485120ca://127.0.0.1:19000`: An error was encountered processing the command (domain=NSOSStatusErrorDomain, code=-10814):
  19. The operation couldn’t be completed. (OSStatus error -10814.)
  20.  
  21. Error running app. Have you installed the app already using Xcode? Since you are detached you must build manually. Error: xcrun exited with non-zero code: 194
  22. Your native app is running at exp2904f03229f24a3ca9b3fcd8485120ca://192.168.1.47:19000
  23. Logs for your project will appear below. Press Ctrl+C to exit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement