Hi, I have been having a problem with a component I use in the Ionic application, which only happens when running on iOS. They have a sample Ionic app I want to reproduce in; it is still Ionic 4.
So I just need to add Cordova ios to it, so I have done the ionic cordova platform add ios etc,and I can build with no errors using ionic cordova build ios
However when I run the emulator, I just get the ionic icon showing, and looking in the output I see it is not finding the entry index.html. I then see the www folder in both the ios cordova app, AND the www in the project root are both empty of the application build files.
But it is building something, and I can run in ionic serve, so I wonder where on earth the built .js files could be?