WinObjC 构建项目错误

标签 winobjc

我下载了WinObjC GitHub 的文件并遵循所有步骤。当我尝试构建项目时,我遇到了这个问题(使用 Visual Studio Community 2015)

这是两个错误:

Severity    Code    Description Project File    Line
Warning MSB3245 Could not resolve this reference. Could not locate the assembly "XamlCompositorCS". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. WOCCatalog (WOCCatalog\WOCCatalog)  C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 1819


Severity    Code    Description Project File    Line
Error   LNK1181 cannot open input file 'OpenGLES.lib'   WOCCatalog (WOCCatalog\WOCCatalog)  D:\WinObjC-master\samples\WOCCatalog\WOCCatalog.vsimporter\WOCCatalog-WinStore10\LINK

1

我该如何解决?

最佳答案

在 WinObjC/build/build.sln 中打开包含的解决方案

选择构建/构建解决方案

关于WinObjC 构建项目错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31899233/

相关文章:

linux - 在 Linux 上构建 WinObjC 应用程序

ios - 如何在Visual Studio中创建空白WinObjc项目?

ios - WinObjC 的 AFNetworking

ios - WinObjC:如何知道支持/处理哪些 cocoa 框架?

uwp - 对 Microsoft Store API 的请求始终返回空的产品/订阅列表

ios - 如何编译使用 MobileCoreServices 的 WinObjC 项目