Ponleu
Ponleu

Reputation: 1618

React Native Debug Error on iOS

I have been developing React Native for a while and I keep updating myself with new release of the framework by creating other new project to test. Currently I face problem when I reload the application in Debug mode on my old version of React Native.

Every time I reload, It displays Cached Bundle on Chrome as below

enter image description here

On my device

Runtime is not ready for debugging....

enter image description here

After going through googling, I follow these recommendation

But none of the solutions work.

*Notes

Upvotes: 3

Views: 1995

Answers (1)

sver
sver

Reputation: 942

After trying a lot of things, I just cleared browsing data(cookies and cache) of my google chrome and then started debugging and error is gone.

Upvotes: 2

Related Questions