

I don't expect folks to watch the full 2 hours of me stumbling along. So it surprised me to have a couple of viewers jump in who helped guide me into Kotlin coding. With only a 5-minute warning that I was going live, I didn't expect anyone to be watching. This gave me the courage to jump in and give it a whirl. Ted told me why he does it and what he gets out of it. This came about from talking with Ted Young, who broadcasts his test-driven coding nearly every day. Second, I got to experience what it was like to do live coding on Twitch. First, it showed me that with good tooling, test-driven development is a nice way to learn a new language. You'll get to see how much better a good IDE can be than what we experience with Xcode.Īside from learning Kotlin itself, I experienced two big things. In this recording, you can watch as I let the IDE guide me, stumble through mistakes, and get help from viewers. Run with -scan to get full insights.In my first-ever live stream, I used a TDD exercise to learn the basics of Kotlin.

Run with -info or -debug option to get more log output. Run with -stacktrace option to get the stack trace. > Task :shared:compileKotlinIosX64 FAILEDĮxecution failed for task ':shared:compileKotlinIosX64'. This is a one-time action performed only on the first run of the compiler.Įxtracting dependency: /Users/fatin/.konan/cache/clang-llvm-apple-8.0. into /Users/fatin/.konan/dependenciesĮ: : Cannot extract archive with dependency: /Users/fatin/.konan/cache/clang-llvm-apple-8.0. Somehow xcode scheme is not getting generated in the KMM platform that's what I am guessing.Ĭan anyone please help me understand what am I missing?ĭownloading native dependencies (LLVM, sysroot etc). I have attached screenshots and logs for my errors.

In android it works smooth but when I am trying to run in XCode it's giving errors because of which I am unable to build / run the xcode project. I have created fresh project(Hello World) in KMM followed by their official website.
