I’m using CocoaPods, with the new KMP plugin for I...
# compose-ios
m
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
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
Xcode Application
run configuration. I've never used it.