renative icon indicating copy to clipboard operation
renative copied to clipboard

Rnv does not install app to ios device

Open pauliusguzas opened this issue 2 years ago • 0 comments

Describe the bug Rnv does not install app to ios device

To Reproduce

  1. Create new project with rnv new and choose template-starter (any rnv project has same issue)
  2. Have real device connected
  3. Do rnv run -p ios -d -> build is finished but bundler does not start

Expected behavior App is build and installed to ios device

Screenshots or copy&paste

┌──────────────────────────────────────────────────────────────────────────────┐
│  🚀  BUNDLER STARTED | 9/8/2022, 3:42:08 PM                                  │
│  $ rnv run -p ios -d                                                         │
├──────────────────────────────────────────────────────────────────────────────┤
│  ReNative Version: 0.36.2-canary.4                                           │
│  Project Name ($package.name): naujasRenative                                │
│  Project Version ($package.version): 0.1.0                                   │
│  Workspace ($.workspaceID): rnv                                              │
│  Platform (-p): ios                                                          │
│  Engine ($.platforms.ios.engine): engine-rn                                  │
│  Template: @rnv/[email protected]                             │
│  App Config (-c): app                                                        │
│  Build Scheme (-s): debug                                                    │
│  Target (-t): iPhone 12                                                      │
│  Supported Platforms: ios                                                    │
│  Env Info: darwin | x64 | node v16.14.2                                      │
│  Executed Time: 0h:0m:13s:814ms                                              │
│                                                                              │
│ [ warn ] [configure] Plugin @react-native-community/viewpager is marked disabled. skipping.
│ [ success ] [run] Found one device connected! device name: iPhone (2) (15.6.1) udid: c1f91ab2e60ad3d1e25b3d70ec1272a173fa9488
│                                                                              │
│  Project location:                                                           │
│  ./platformBuilds/app_ios/RNVApp.xcworkspace                                 │
└──────────────────────────────────────────────────────────────────────────────┘

Desktop (please complete the following information):

  • OS: Monterey 12.3.1
  • Node Version 16.14.2
  • RNV Version 0.36.2-canary.4

Additional context Template used @rnv/[email protected]

pauliusguzas avatar Sep 08 '22 12:09 pauliusguzas