icerockdev / moko-template

Template project of a Mobile (Android & iOS) Kotlin MultiPlatform project with the MOKO libraries and modularized architecture
https://moko.icerock.dev/
Apache License 2.0
461 stars 47 forks source link

I'm getting this issue when I try to run my iOS app in Xcode 11.3.1 "Compiling for iOS 9.0, but module 'AlamofireImage' has a minimum deployment target of iOS 10.0" . can anyone help me to resolve this error. need quick reply. #23

Closed gayathriidss closed 3 years ago

Alex009 commented 3 years ago

Use last moko-mvvm version or just add in podfile alamofireimage 3.5.2 version

gayathriidss commented 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

Alex009 commented 3 years ago

@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