I did all steps to run ionic app on iOS.
I have Xcode 8 and it runs my app but it runs old code, it doesn’t run latest code. When it runs it, livereload doesn’t work, on phone and emulator.
It builds my app, but some old version and live reload doesn’t work. I cleaned my project via Xcode, the same problem remains. It works fine on android and browser
So it runs old code even though you deleted the folder where the code it runs is located?
What exactly are you doing in Xcode?
What do you see when you run ionic serve?
For ionic serve it’s working just fine. I checked main.js inside platforms folder and it seems that code is updated but it doesn’t acts like it should, like it doesn’t read that code at all.
What I realized is that I have to remove files from DerivdData because that’s where Xcode caches files and also clean project. Then I have to do ionic cordova prepare
Now every time I dome some change I run ionic serve so my www folder is updated. Then I run ionic cordova prepare so it transfer www folder to platforms/ios. I don’t even have to clean project or delete DerivedData