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

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

    I had the same problem.

    I opened the ios project in the platform folder via Xcode, but I forgot that the codebase in the Xcode folder was not up to date and therefore broken.

    To get the new code in your Xcode project use the command:

    ionic cordova prepare ios
    

    If your problem is rooted in the same as mine this should help.

提交回复
热议问题