2015-08-08 244 views
4

我下載了GitHub的WinObjC文件並執行了所有步驟。當我嘗試生成項目,我有這個問題(使用Visual Studio 2015年社區)WinObjC構建項目錯誤

這是兩個錯誤:

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 

我該怎麼解決呢?

回答

2

打開包含在WinObjC /構建解決方案/ build.sln

選擇Build /生成解決方案

+0

那是什麼意思? –

+0

'build.sln>構建>構建解決方案'導致3965構建錯誤:'預定義類型'System.String'沒有定義或導入'等。 – pkamb

1

你要麼需要下載預建SDK(望 「發佈」 下github上),或者按照以上評論:

打開包含在WinObjC /構建解決方案/ build.sln 選擇Build /生成解決方案

+1

你能擴展這個答案使它比你更有價值已經在參考? –

0

1.Download最新發行版本

2.open ... \ WinObjC \編譯\ build.sln

PS:如果使用虛擬機(如PD),確保所有文件存儲Windows文件夾中(例如c:\ somewhere)而不是Mac文件夾(例如\\ Mac \ Home \ Desktop)

3.vs 2015 update1可能會警告安裝wp8/8.1工具。

4.構建您的解決方案(選擇構建/構建解決方案)。