Chris Gong
Chris Gong
I can confirm that this happens with my private repository as well.
Closing this because I no longer think this is that high of a priority, but I may do this in the new feature branch.
Tried updating chromium in the engine and did not make much progress sadly. I ultimately decided to just enable cognito sign-in as another option since google sign-in will only work...
Hi Kirk, the sdk was recently updated so I'm going to look into this issue further.
I have confirmed that since I have updated the aws cpp sdk dll and lib files to version 1.7.x, the aws core sdk relies on some dependencies. And as a...
If possible, I would say try to look at my fork. I know it's a little rough right now. I do plan on updating it sometime soon, but essentially the...
Hmmm interesting. This could have actually been the reason I've been experiencing issues lately. I will try this out later to see if that is the case.
When I tried executing your command, I couldn't include the "Win64" as it was not allowing me to execute the cmake command. However, specifying the version of Visual Studio worked....
Actually. because of specifying the Visual Studio version, the msbuild command was able to succeed with no errors. Before it would fail some tests but still generate the dll/lib files....
Oh wow interesting, thank you for posting the generators. Seems that for Visual Studio 2019, you need the `-A` tag to specify the architecture. @Wylie-Modro do you have any experience...