Hello, I tried to, but could not reproduce your problem. It works fine for me. Can you see mySchema.bfbs inside of your snap, when you unpack it? Could you share some of your code? That may be helpful to find a solution. Here is the registerType method in my try: auto bfbsPath = getenv("SNAP") != nullptr ? strcat(getenv("SNAP"), "/mySchema.bfbs") : "bfbs/mySchema.bfbs";
result = myProvider->registerType("types/mySchema/myValue", bfbsPath); Best regards, Nick
... View more