Skip to content

Commit 6bc90fc

Browse files
authored
fix: add missing NitroModules import in HybridViewModelInstance (#107)
## Summary Add missing `import NitroModules` to `HybridViewModelInstance.swift`. This import is required for `RuntimeError` which is used in the `replaceViewModel` method added in #96. ## Note on CI The iOS build in #96 passed because CI may have cached the build or the error only surfaces in clean builds. This fix resolves the build error.
1 parent 1000253 commit 6bc90fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/HybridViewModelInstance.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import NitroModules
12
import RiveRuntime
23

34
class HybridViewModelInstance: HybridViewModelInstanceSpec {

0 commit comments

Comments
 (0)