Deserialize raises GLTFException: Unknown Schema uri glTFProperty.schema.jso #72
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I'm trying to package gltf-SDK 1.9.5.0 for conan (with minimal modifications like std::powf replaced by std::pow, unvendoring of rapidjson, fix of installation folders).
I've written a simple cpp file, based on the tests in
SerializeTests.cpp
to see that produced package makes sense:GLTFException: Unknown Schema uri glTFProperty.schema.jso
(without the "n") is raided inMicrosoft::glTF::Deserialize
(tested on Windows with gcc 7 and 8, Visual Studio 2015/2017/2019, and on Macos with apple-clang 12).The text was updated successfully, but these errors were encountered: