ortclib / ortclib-sdk

C# / C++ ORTC Lib SDK for UWP, iOS, and Android
BSD 2-Clause "Simplified" License
100 stars 36 forks source link

CRITICAL ERROR: Could not generate WebRTC projects for winuwp_10 platform, x64 CPU #20

Closed jairogloz closed 6 years ago

jairogloz commented 6 years ago

I'm getting this error when running prepare.bat file.

Steps to reproduce

  1. Cloned the repo recursiveley, but apparently didn't get submodules to the latest version since common/windows/samples/PeerC contained only Client folder, instead of also ClientCore and ClientUnity

  2. Checkout to branch Mosa/20180320-peercc-unity

  3. Updated recursive submodules, I did this in order to get ClientCore and ClientUnity inside common/windows/samples/PeerC

  4. Run prepare.bat

Here is the full log

What I've tried

According to the suggestion to this issue I installed windows 10 sdk manually (16299) and checked debugger tools. But I get the same error when running prepare.bat.

I have VS2017 version 15.8.1.

I can share any additional info that you can need in order to help me.

Thanks in advance.

jamescadd commented 6 years ago

This is what I do:

git clone --recursive -b Mosa/20180320-peercc-unity https://github.com/ortclib/ortclib-sdk.git ortclib-sdk-m62 CD ortclib-sdk-m62 bin\prepare.bat -logLevel 4

Share the output of a fresh clone and we can take a look.

jairogloz commented 6 years ago

Thank you, I'm trying this right now.

I'll let you know how it goes.

jairogloz commented 6 years ago

Thanks @jamescadd it works when I clone it following your steps.