I see that `xcodebuild` command is picking the `...
# multiplatform
s
I see that
xcodebuild
command is picking the
xcodeproj
instead of workspace.
a
Hello! Try specifying that you need a
xworkspace
explicitly. See this tutorial page, change your
gradle.properties
to something like
Copy code
xcodeproj=iosApp.xcworkspace
s
Thanks @Artyom Degtyarev [JB] 🙂 This along with changing it explicitly in run/Debug configuration window helped solve it.
🎉 1