software-mansion / react-native-ide

https://ide.swmansion.com
Other
729 stars 24 forks source link

Cannot run project - iOS Build #311

Open marcos-cunha-gringo opened 1 month ago

marcos-cunha-gringo commented 1 month ago

Description The build finishes successfully, but the app doesn't start. I've checked the diagnostics, and it says that everything is okay (except for Expo, but we don't use it in our project). I'll send the screenshots with both logs (React Native logs and iOS build logs).

VSCode: image

Diagnostics: image

iOS Build logs: image

React Native logs: image

Environment

jakub-gonet commented 6 days ago

Hey, can you please attach output of xcodebuild -workspace <path to your ios xcworkspace> -scheme <build scheme visible in xcode> -sdk iphonesimulator -configuration Debug -showBuildSettings -json with path and scheme filled out?