Hey all, I am having an issue getting orbit MVI to...
# orbit-mvi
r
Hey all, I am having an issue getting orbit MVI to work with iOS in my KMM project. I was following this KMM orbit project, in hopes of having a shared viewmodel between iOS and Android, but I am unable to get orbit MVI to work with iOS. The project referenced has the following pod
pod 'sharedOrbitSwift', :path => '../shared'
, which gives me the following error when I build in iOS:
Copy code
A problem occurred configuring project ':shared'.
> kotlin.native.cocoapods.target property was dropped in favor of kotlin.native.cocoapods.platform and kotlin.native.cocoapods.archs. 
 Podspec file might be outdated. Sync project with Gradle files or run the 'podspec' task manually to regenerate it.
This is the current project/branch I am working on. Any debug/suggestions on how to get orbit MVI to work on iOS are welcome! Thanks in advance!