Join Slack
Powered by
Anyone else finding that upgrading to Xcode 11 bre...
# kotlin-native
j
Justin
09/25/2019, 7:36 PM
Anyone else finding that upgrading to Xcode 11 breaks iOS tests in a multiplatform project?
e
Erik Christensen
09/25/2019, 10:02 PM
Add --standalone to the command line for xcrun. exec { commandLine("xcrun", "simctl", "spawn", "--standalone", device, binary.absolutePath) }
👀 1
👍 2
j
Justin
09/25/2019, 11:17 PM
@Erik Christensen
Thank you! that did it
t
thevery
09/30/2019, 7:18 PM
@Erik Christensen
👍
5
Views
Open in Slack
Previous
Next