简体   繁体   中英

Build Error while debugging the Xamaron.iOS application through iPhone

My application is build and working successfully on Simulator. However, building the application while connecting the device(iPad) and it throws error as Could not resolve the host IPs for WiFi debugger settings

Task "DetectDebugNetworkConfiguration" .... Build Failed.

May I know why it behaves in such way?

Thanks.

The Xamarin Troubleshooting Docs can put you in the right direction.

Anyhow, it doesn't answer your question.

I'm assuming you are using an Apple device for development. The debugger relies on Apple's proprietary 'Bonjour' service.

You need to make sure it's up and running.
This can easily be done by enabling 'File Sharing'.
Just go to System Preferences < Sharing and enable ' File Sharing '

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM