我正在练习ionic 4,并且添加了ionic4本机日历以使用日历。由于无法在网上运行Cordova进行调试,因此我想使用仿真器。我可以在没有使用hemoelaod的模拟器中运行我的应用程序。
ionic cordova emulate ios
这可以正常工作,但是当我尝试在调试模式下运行它时,它没有显示任何错误,并且我的应用程序正在模拟器中加载和加载。我尝试了以下命令。
ionic cordova emulate ios -l
ionic cordova emulate ios -lc
ionic cordvoa emulate ios --livereload
我可以看到BUILD成功,并且在结尾处没有看到以下消息:
[ng] chunk {home-home-module} home-home-module.js, home-home-module.js.map (home-home-module) 22 kB [rendered]
[ng] chunk {list-list-module} list-list-module.js, list-list-module.js.map (list-list-module) 6.71 kB [rendered]
[ng] chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 223 kB [initial] [rendered]
[ng] chunk {runtime} runtime.js, runtime.js.map (runtime) 8.88 kB [entry] [rendered]
[ng] chunk {styles} styles.js, styles.js.map (styles) 66.3 kB[initial] [rendered]
[ng] chunk {vendor} vendor.js, vendor.js.map (vendor) 4.72 MB [initial] [rendered]
[ng] ℹ 「wdm」: Compiled successfully.