[ad_1]
My React Native app works positive in iOS debug mode. However, after I tried to run the app in launch mode from xCode, the construct is failed. Nonetheless, in android, it really works positive in each debug and launch mode.
File /Xcode/DerivedData/myapp-ewjafyqwkgvybabvuzpfqtubujvv/Construct/Merchandise/Launch-iphonesimulator/ios.app/foremost.jsbundle doesn't exist. This have to be a bug with.
Then I attempted producing the foremost.jsbundle manually by operating the next command and including this foremost.jsbundle in Copy Bundle Assets in Construct Phases from XCode.
npx react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/foremost.jsbundle --assets-dest ios
Nonetheless, I’m not with the ability to construct the ios app in launch mode however this time the construct succeed however the app would not present something in display screen and the error i acquired in Xcode is:
Couldn't discover the anticipated embedded asset at-rules.json. Examine that expo-updates is put in accurately.
[ad_2]
