I’m using CocoaPods, with the new KMP plugin for IntelliJ. From what I know, using CocoaPods mean I have to select XCWorkspace instead of XCFramework when running. But I can’t seem to choose XCWorkspace files here in the run configuration. How should I do that?
d
David Nedrow
06/05/2025, 6:47 PM
The XCWorkSpace is how Xcode combines multiple modules in one place. When they say to select the workspace, it usually refers to using Xcode to open it.
So you can open the workspace with Xcode and run it from there.
I'm not sure about the