Closed tianzige886 closed 3 weeks ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
im sorry, my project didn't publish on app store, i dont want to upload to git yet. when i init a new project, it will not have this problem, i upgrade my app from 0.72 version to 0.73 version, it will happend. i can show you my package.json { "name": "bul2", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest" }, "dependencies": { "@ant-design/icons-react-native": "^2.3.2", "@ant-design/react-native": "^5.0.5", "@react-native-async-storage/async-storage": "^1.21.0", "@react-native-camera-roll/camera-roll": "^7.2.2", "@react-native-community/geolocation": "^3.1.0", "@react-native-community/segmented-control": "^2.2.2", "@react-native-community/slider": "^4.5.0", "@react-native-picker/picker": "^2.6.1", "@react-navigation/bottom-tabs": "^6.5.10", "@react-navigation/native": "^6.0.0", "@react-navigation/native-stack": "^6.9.15", "@rneui/base": "^4.0.0-rc.8", "@rneui/themed": "^4.0.0-rc.8", "axios": "^0.24.0", "dayjs": "^1.11.10", "form-data": "^4.0.0", "mobx": "^6.10.2", "mobx-react": "^9.0.1", "moment": "^2.29.4", "react": "18.2.0", "react-intl": "^6.5.5", "react-native": "0.73.2", "react-native-amap-geolocation": "^1.2.3", "react-native-date-picker": "^4.3.3", "react-native-fast-image": "^8.6.3", "react-native-flexi-radio-button": "^0.2.2", "react-native-geocoding": "^0.5.0", "react-native-geolocation-service": "^5.3.1", "react-native-gesture-handler": "^2.14.0", "react-native-google-places-autocomplete": "^2.5.6", "react-native-image-crop-picker": "^0.40.2", "react-native-linear-gradient": "^2.8.3", "react-native-localization": "^2.3.2", "react-native-localize": "^3.0.4", "react-native-media-controls": "^2.3.0", "react-native-safe-area-context": "^4.7.3", "react-native-screens": "^3.29.0", "react-native-share": "^10.0.1", "react-native-slider": "^0.11.0", "react-native-splash-screen": "^3.3.0", "react-native-storage": "^1.0.1", "react-native-swiper-flatlist": "^3.2.3", "react-native-system-setting": "^1.7.6", "react-native-vector-icons": "^10.0.0", "react-native-video": "^6.0.0-alpha.8", "react-native-video-controls": "^2.8.1", "react-native-webview": "^13.6.3" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.73.19", "@react-native/eslint-config": "0.73.2", "@react-native/metro-config": "0.73.3", "@react-native/typescript-config": "0.73.1", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "^2.8.8", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }
The issue is still happening with even the recent version of react native . The app is created with npx react-native@latest init AwesomeProject
"react-native": "0.73.4"
Xcode 15.2
Build version 15C500b
What is the error message?
Does anyone know if this can be solved? I have the same problem.
@wootsbot My solution was to revert back to 0.70.6... :(
run xcrun simctl list devices
to list all available iOS devices
anh then run npx react-native run-ios --simulator="Device Name"
(replace "Device Name" with one of your available iOS devices)
have same problem with xcode 15.3 and react-native 0.73.6
recently started to get this error, previous version of react native was fine
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Description
I upgrade the reactnative version from 0.72 to 0.73 and upgrade xcode version to xcode15 and ios17, now i couldn't run-ios by terminal, it will come some error out on terminal, but i can run success by xcode run button.
Steps to reproduce
React Native Version
0.73.2
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/react-native-community/reproducer-react-native
Screenshots and Videos
No response