Ionic emulate ios: Session could not be started

前端 未结 1 1734
悲&欢浪女
悲&欢浪女 2021-02-19 05:44

I\'m trying to emulate my application on ios but nothig works for me. I\'ve been searching for two days about the error and all workarounds i\'

相关标签:
1条回答
  • 2021-02-19 06:00

    I changed the permissions on directories it was using the whoami command

    This seemed to work for me:

    sudo chown -R $(whoami) ~/Documents/yourdirectory
    
    0 讨论(0)
提交回复
热议问题