I would really like to get the iOS sample app to work. However, I'm somehow missing steps in starting it and I can't find any instruction on what to do exactly. I've already
- executed
pod install in the iOS app
- executed
./gradlew :sample:mpp-library:embedAndSignAppleFrameworkForXcode
- But still, executing the iOS Sample in Xcode produces the error
/Users/nw/moko-permissions/sample/ios-app/src/TestViewController.swift:7:8 No such module 'MultiPlatformLibrary'
Do you have any idea what I'm missing? I would really like to document the whole approach somewhere
I would really like to get the iOS sample app to work. However, I'm somehow missing steps in starting it and I can't find any instruction on what to do exactly. I've already
pod installin the iOS app./gradlew :sample:mpp-library:embedAndSignAppleFrameworkForXcode/Users/nw/moko-permissions/sample/ios-app/src/TestViewController.swift:7:8 No such module 'MultiPlatformLibrary'
Do you have any idea what I'm missing? I would really like to document the whole approach somewhere