Hi, I'm trying to use the new KMP plugin to create...
# multiplatform
c
Hi, I'm trying to use the new KMP plugin to create an iOS configuration. Right now I have multiple iOS projects in the same repo. It plugin is able to recognise one of the projects but not the other. The difference between the two being one that is being recognised is named iosApp.xcodeproj the other which is not recognised cmpapp.xcodeproj. Is there a strict check on the project name for the plugin to recognise the iOS project? In the previous version of the plugin, there was an option to select the xcode project file which is removed in the new version
t
cc <!subteam^S093FP0H16X>
p
Hello Chethan. I apologize for not having a way to manually select an Xcode project in our plugin. We will try to bring it back soon. As a workaround I may suggest you to wrap your cmpapp into an cmpapp.xcworkspace. Our plugin will prefer linking the Xcode workspace prior to a plain project. Then use “Unlink Xcode Project” action, and run Gradle sync. After that your workspace cmpapp should be linked instead.