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

前端 未结 8 1890
无人及你
无人及你 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:55

    In our case (under IONIC 5) the entry

    "server": {
        "url": "http://192.168.0.6:8100"
      }
    

    in the file "capacitor.config.json" had to be deleted. Afterwards the app ran smoothly on mobile devices.

提交回复
热议问题