I am developing a react native app using xcode. I am having problem in running build from xcode to real device where it is not running the latest changes that I make in vscode. But, for xcode simulator it is running properly with realtime changes.
At first I thought maybe it is because cache in my iphone, but when I change the device, it still running the old version. All the changes that I make are not build in real device while the simulator is working fine
This could be an issue with Xcode not properly detecting changes made to your codebase. There are a few things you can try to resolve this issue: