Issue
I'm trying to build a ionic1 in Xcode for iOS. The problem is any css, html, js changes it doesn't take effect when I rebuild the project.
I notice after 10-15 rebuilds/Xcode restarts I see eventually some edits, not sure what causes that.
Is that a known Xcode/Ionic issue? How can I solve?
Solution
A process that never fails me is: ionic prepare ios
(you may need to use ionic cordova prepare ios
depending on your setup).
I don't even have to close/reopen Xcode - I just wait a few seconds that it loads the changes. Hope this helps.
Answered By - Nikola
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.