moonwalk icon indicating copy to clipboard operation
moonwalk copied to clipboard

iOS App Runtime Build failed

Open nileshpandey3 opened this issue 6 years ago • 1 comments

iOS app build failed and unable to launch the app using latest Xcode IDE and node version 10.16.3 with the following error.

error: /Users/nileshpandey/Desktop/moonWalkTest/moonwalk/ios/moonwalk/main.jsbundle: No such file or directory

nileshpandey3 avatar Aug 28 '19 09:08 nileshpandey3

$ cd moonwalk

$ yarn

$ cd ios && pod install && cd ..

$ yarn build-ios

$ react-native run-ios

tunm1228 avatar Jul 15 '20 10:07 tunm1228