Compiling HTML Agility Pack for Monotouch

三世轮回 提交于 2019-12-11 13:36:07

问题


I have been pointed to this answer regarding using HTML Agility Pack in Monotouch. However the answer is poorly formatted, ambiguous, and some parts have android mentioned.

I am new to Xamarin could someone please step me through the process of compiling a project for use in Monotouch?


回答1:


There are multiple ways to tackle this, but one approach would be

  1. create a new iOS Library Project
  2. add the *.cs files from HtmlAgilityPack
  3. build
  4. resolve any build errors
  5. goto 3


来源:https://stackoverflow.com/questions/16449352/compiling-html-agility-pack-for-monotouch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!