https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
s

Samuel Michael

09/20/2020, 4:58 PM
Question: How do I setup a iosApp as a workspace instead of project, mine is designed to only run when launched through xcworkspace not xcodeproj? I am trying to change the flag in xcodebuild from -project to -workspace Anyone have any luck with setting up their KMM plugin to do so?
Opened a YouTrack issue, basically for now workaround is creating your own run configuration which uses the -workspace flag to compile the entire workspace with the correct schema you want as project, and then you can install npm ios-sim to run a launch simulator command with the simulator you want.