Environment
- macOS : 10.14.6
- Xcode : 11.0
- react : 16.8.6
- react-native : 0.60.5
- project folder structure : google drive image link
Background
I made a simple app. I tested it on Android/iOS simulator and real device.It worked well all. Now I'm trying to deploy on App Store.
Problem
I changed the build scheme on Xcode from debug to release ( product -> scheme -> edit scheme -> run -> build configuration ).And I run it on simulator. And result was this(google drive image link).
I don't know why my app cannot load static image.If I changed the scheme to debug it shows well like this(google drive image link).
Maybe...?
- I got this error
/Users/mac88/Desktop/Projects/팀포크봇/VoiceCarRN/ios/main.jsbundle: No such file or directory
after I remove main.jsbundle file in ios folder. 2019-10-13 02:09:06.046867+0900 VoiceCarRN[44601:3301900] [PERF ASSETS] Loading image at size {854, 1334}, which is larger than the screen size {750, 1334}
Check please !