renative
renative copied to clipboard
Rnv does not install app to ios device
Describe the bug Rnv does not install app to ios device
To Reproduce
- Create new project with
rnv new
and choosetemplate-starter
(any rnv project has same issue) - Have real device connected
- 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]