ionic Failed to load webpage with error: Could not connect to the server

前端 未结 8 1806
无人及你
无人及你 2021-02-03 18:20

I\'m having an issue with Ionic projects after updating to Xcode 6 and iOS 8.

When trying to run projects I get the following error in Xcode:

Failed to l         


        
8条回答
  •  心在旅途
    2021-02-03 18:45

    This error may also occur if you open the project using Xcode after used the live debugging with the emulator

    ionic cordova emulate ios --livereload -lc

    To solve the issue, close Xcode and build the project again using

    ionic cordova build ios
    

    Then build and run using Xcode.

提交回复
热议问题