使用共享项目构建解决方案会导致引用错误

时间:2016-10-11 10:38:25

标签: xamarin msbuild xamarin-test-cloud

我在Xamarin中为我的移动应用程序提供了UI测试解决方案。

这是设置:

  • MyApp.iOS - iOS应用程序
  • MyApp.Android - Android应用程序
  • MyApp.UITests.iOS - 其中仅引用iOS项目和共享库
  • MyApp.UITests.Android - 其中仅引用Android项目和共享库
  • MyApp.UITests.SharedLibrary - 包含所有测试用例

当我在MSBuild中构建它时,我遇到了很多错误:

  

/Users/vstsagent/MyApp.UITests.SharedLibrary / ...:错误CS0246:   无法找到类型或命名空间名称“Xamarin”。

看起来问题是我的SharedLibrary项目的编译。

0 个答案:

没有答案