Syncing works fine. but when I go to build the Xcode project and run, when gradle run it gets this error
s
spierce7
10/16/2018, 3:11 PM
Have you seen yet that xcode is just running a gradle command, then looking at the build ouputs, grabbing the build framework, and adding it as a library?
I'd try looking at the gradle command xcode is configured to run, and running it manually to see if I encounter the same error.
a
agrosner
10/16/2018, 3:14 PM
yes Xcode is running it. its set up similiarily to the Kotlinconf spinner client app.