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
Hi, I'm trying to create a binding library for the Usercentrics framework. The binding for the Usercentrics Core framework works as expected. The binding for the UsercentricsUI framework crashes at runtime when calling any UI related method. UsercentricsUI/ResourceLoader.swift:28: Fatal error: [USERCENTRICS] Cannot load bundle
I have uploaded a sample branch with minimal adjustments (calling Usercentrics methods in GetString) to the NewBinding template.
Is there a BuildAction to include bundles at runtime?
The text was updated successfully, but these errors were encountered:
not sure if this is the optiaml approach, but I have had a similar issue and resolved it by copying bundle directory into build app. This can be done by adding following into binding project csproj file:
Hi, I'm trying to create a binding library for the Usercentrics framework. The binding for the Usercentrics Core framework works as expected. The binding for the UsercentricsUI framework crashes at runtime when calling any UI related method.
UsercentricsUI/ResourceLoader.swift:28: Fatal error: [USERCENTRICS] Cannot load bundle
I have uploaded a sample branch with minimal adjustments (calling Usercentrics methods in
GetString
) to the NewBinding template.Is there a BuildAction to include bundles at runtime?
The text was updated successfully, but these errors were encountered: