Hi
I have been using @nativescript/rive for iOS. When I build my app for development, the animations work fine, but when I build for production using XCode, the production build does not show the animations at all.
Platform: iOS
XCode: 14.2
@angular/core: ~16.2.0
@nativescript/angular: ~16.0.0
@nativescript/core: 8.5.9
@nativescript/rive: 1.0.1
@nativescript/ios: 8.5.2
SPMPackages: [
{
name: "RiveRuntime",
libs: ["RiveRuntime"],
repositoryURL: "https://github.com/rive-app/rive-ios.git",
version: "5.1.6"
}
]