You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we compile this Framework as Static Library (Mach-O Type as staticlib), at run time it doesn't type cast String, Int, Number as MustacheBox. I made a hot fix by adding below code changes in Box.swift to catch other data types and return as MustacheBox.
The text was updated successfully, but these errors were encountered:
When we compile this Framework as Static Library (Mach-O Type as staticlib), at run time it doesn't type cast String, Int, Number as MustacheBox. I made a hot fix by adding below code changes in Box.swift to catch other data types and return as MustacheBox.
The text was updated successfully, but these errors were encountered: