我在MacOS Sierra上使用Ionic 3的所有拳頭。Ionic 3.x:cordova run ios拋出錯誤ENOENT
我試圖用cordova run iOS
來測試我的應用程序。如果我這樣做,我會收到以下錯誤消息:
** BUILD SUCCEEDED **
No target specified for emulator. Deploying to iPhone-SE, 10.3 simulator
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=53):
Error returned in reply: Connection interrupted
Software caused connection abort
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=53):
Error returned in reply: Connection interrupted
Software caused connection abort
Error: ENOENT: no such file or directory, stat '/Users/jan/Library/Logs/CoreSimulator/C0954A6B-4791-448E-8D0A-9E875301BD8B/system.log
模擬加載,但模擬器是黑色的。 我GOOGLE了這個問題,發現這https://github.com/ionic-team/ionic/issues/4052,但做「sudo chown ...」不幫助我。 任何想法如何解決這個錯誤?
預先感謝您:)