Issue
I am trying to build my app in development mode and am running this script:
ionic capacitor run ios
But every time it says building in production mode? Am I missing something? Shouldn't it only build production if I use the --prod flag?
Solution
I found that I need to use:
ionic capacitor run ios -- --mode development
Answered By - bstras21
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.