-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova-serve-ios does not generate the build/emulator folder #124
Comments
I have a similar problem with The difference is that 5.1.1 is using Edit: This also happens on 5.1.1 with the WKWebView plugin as well as the ionic webview plugin. |
@codecat I have the same problem, do you have any solution? |
I have not found a solution, however it seems to have been happening less often with the ionic webview. I just restart the app whenever it starts behaving strangely and that fixes it for a while. |
yes, only clean safari cache or restart app, then the page will refresh |
I'm really confused because I could swear this used to work. I updated a lot of dependencies lately and now I'm noticing that when I run
cordova-serve-ios
after runningcordova-build-only-www-ios
, it does not update the files inside thesrc-cordova/platforms/ios/build/emulator
folder and what ends up launching on my IOS Simulator is an old versionIf I delete the
emulator
folder manually, it does not get recreatedThe only way I've found to create this folder, and correctly open the Simulator with the latest version is to run
cordova emulate ios
from inside thesrc-cordova
folderSo I wonder then what is the point of the
cordova-serve-ios
command now.. I thought this was meant to test out in a simulator or alternatively a USB connected deviceThe text was updated successfully, but these errors were encountered: