iOS System.Net.Http: No such file or directory

Viewed 329

Working with a Xamarin iOS app using HttpClient. The app works fine in iOS 8, but iOS 9+ returns null reference exceptions when using HttpClient.PostAsync. The only clue I have is this in my log files:

System.Net.Http.dll.mdb failed: No such file or directory

I'm not linking, and nothing I can notice has changed. Any ideas?

edit: I also tried removing / reinstalling Microsoft.Net.Http via NuGet but:

  • it never actually appears in any reference list of any project
  • above error does not in Microsoft namespace
1 Answers
Related