Text is not rendered in Release build (GraphicsView inside NativeViewHost)

Fuse 1.3.2 (build 14697)
Uno 1.3.3 (build 6114) macOS 10.12 x86_64 3aff04e
iOS 11.1

I have a map inside <NativeViewHost>, also there is <GraphicsView> inside the same <NativeViewHost>.

When I do preview release, I see this screen:

But when I do release build, I see this screen (Text is not rendered)

Build Log:

fuse build --target=iOS --configuration=Release
Uno 1.3.3 (build 6114) macOS 10.12 x86_64 3aff04e


Configuring
 (2.2 s)
Compiling syntax tree
 (1.4 s)
Generating code and data
Fontconfig warning: no <cachedir> elements found. Check configuration.
Fontconfig warning: adding <cachedir>~/Library/Caches/com.xamarin.fontconfig</cachedir>
Fontconfig warning: adding <cachedir prefix="xdg">fontconfig</cachedir>

 (7.8 s)
Building iOS app

Downloading dependencies


[!] Automatically assigning platform ios with version 8.0 on target Dealvine because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/ios/SocketRocket/WebSocketClientObjc.mm:1:9: warning: non-portable path to file '"iOS/SocketRocket/WebSocketClientObjc.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/SocketRocket.WebSocketClient.mm:4:10: warning: non-portable path to file '<iOS/SocketRocket/WebSocketClientObjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/ios/SocketRocket/WebSocketClientObjc.mm:1:9: warning: non-portable path to file '"iOS/SocketRocket/WebSocketClientObjc.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/Uno.g.cpp:8099:68: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/Uno.Net.Sockets.g.cpp:196:15: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/Uno.Net.Sockets.g.cpp:207:15: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/src/SocketRocket.WebSocketClient.mm:4:10: warning: non-portable path to file '<iOS/SocketRocket/WebSocketClientObjc.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path]

ld: warning: Auto-Linking supplied '/Users/pavel/Documents/Fuse/fuse_dealvine/Packages/fusetools_uno_native/NativeFacebookLogin/FacebookLogin/FacebookSDKs-iOS/Bolts.framework/Bolts', framework linker option at /Users/pavel/Documents/Fuse/fuse_dealvine/Packages/fusetools_uno_native/NativeFacebookLogin/FacebookLogin/FacebookSDKs-iOS/Bolts.framework/Bolts is not a dylib

ld: warning: Auto-Linking supplied '/Users/pavel/Documents/Fuse/fuse_dealvine/Packages/fusetools_uno_native/NativeFacebookLogin/FacebookLogin/FacebookSDKs-iOS/Bolts.framework/Bolts', framework linker option at /Users/pavel/Documents/Fuse/fuse_dealvine/Packages/fusetools_uno_native/NativeFacebookLogin/FacebookLogin/FacebookSDKs-iOS/Bolts.framework/Bolts is not a dylib

/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/Dealvine/Images.xcassets:./AppIcon.appiconset: warning: A 83.5x83.5@2x app icon is required for iPad apps targeting iOS 9.0 and later
/Users/pavel/Documents/Fuse/fuse_dealvine/build/iOS/Release/Dealvine/Images.xcassets:./AppIcon.appiconset: warning: A 1024x1024 app store icon is required for iOS apps

(2:55)

Build completed in 187.35 seconds

Hello, i’l create a ticket on it. In the meantime, could you provide a Minimal Reproducable testcase for our engineers to work with?

Thanks!

I’ve sent reply to Slack PM with the link to the repo.