我下载了适用于GitHub的WinObjC文件,并执行了所有步骤。当我尝试构建项目时,遇到了此问题(使用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我怎么解决这个问题呢?
发布于 2015-08-09 22:16:41
在WinObjC/build/build.sln中打开包含的解决方案
选择生成/生成解决方案
发布于 2015-08-11 01:51:55
您需要下载预构建的SDK (请查看github中的"Releases“部分),或者,根据上面的评论:
在WinObjC/ Build /build.sln中打开包含的解决方案选择生成/生成解决方案
发布于 2015-12-10 13:47:25
1.下载最新发布版本
2.打开...\WinObjC\build\build.sln
ps:如果使用虚拟机(如PD),请确保所有文件存储在Windows文件夹(如c:\某地)中,而不是Mac文件夹(如\Mac\Home\Desktop)中
3.vs 2015 update1可能会警告安装wp8/8.1工具。
4.构建解决方案(选择Build/Build Solution)。
https://stackoverflow.com/questions/31899233
复制相似问题