I just migrated a KMM project using embedded frame...
# multiplatform
l
I just migrated a KMM project using embedded framework for the shared iOS framework to use cocoapods to match new requirements in the project. I have the project building the shared module using cocoapods just fine when I run through XCode, but when I run on iOS through Android Studio using the KMM plugin, I get an error that /path/to/build/null.app is not found. I would assume it’s looking for $EXECUTABLE_NAME, but that seems to be set. What should I be looking at to fix this?
If it matters, I set the name of the app to app-ios instead of iosApp like in the project the plugin generates.