Closed gayathriidss closed 3 years ago
Use last moko-mvvm version or just add in podfile alamofireimage 3.5.2 version
Once I changed the moko-mvvm latest version as 0.8.1 or using pod alamofireimage 3.5.2 also I'm getting like this error "No such module 'MultiPlatformLibrary'" even though the library is present in my code
@gayathriidss if you got no such module
maybe multiplatform module not compiled successfully to iOS framework before pod install
call.
try call it:
./gradlew syncMultiPlatformLibraryDebugFrameworkIosX64
(cd ios-app && pod install)
./ios-app/ios-app.xcworkspace
Use last moko-mvvm version or just add in podfile alamofireimage 3.5.2 version