-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HMR doesn't work on IOS #5734
Comments
A fix is in |
I tested the |
should work as before. If the app never worked with hmr in the past, this won't change that because that's not a runtime level issue. (vue2 for example doesn't work well with hmr, but vue3 beta works quite well). |
Related? |
I'm noticing a similar issue with the latest CLI version (8.6.3). Seems like relevant file changes are detected and I get the My project was created using the plain TS template. Here's my env info: OS: macOS 14.2.1
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Shell: /bin/bash
node: 20.10.0
npm: 10.2.3
nativescript: 8.6.3
# android
java: 11.0.21
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found
# ios
xcode: 15.1/15C65
cocoapods: 1.14.3
python: 3.12.1
python3: 3.12.1
ruby: 2.7.8
platforms:
- DriverKit 23.2
- iOS 17.2
- macOS 14.2
- tvOS 17.2
- watchOS 10.2 Dependencies"dependencies": {
"@nativescript/core": "~8.6.2",
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/android": "8.6.2",
"@nativescript/ios": "8.6.3",
"@nativescript/types": "~8.6.1",
"@nativescript/webpack": "~5.0.18",
"@prettier/plugin-xml": "^3.2.2",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"nativescript": "^8.6.3",
"npm-run-all": "^4.1.5",
"prettier": "3.1.0",
"typescript": "~5.3.3"
} |
Issue Description
Applications created with cli 8.5.3 does not work the HMR on ios.
I am creating a sample that I create with cli 8.5.3 and in this application the HMR does not work on ios. To test this I have done the following.
Environment
Dependencies
Please accept these terms
The text was updated successfully, but these errors were encountered: