jean
12/17/2020, 10:26 AMArtyom Degtyarev [JB]
12/17/2020, 11:32 AMjean
12/17/2020, 11:35 AM/Users/teamcity/buildAgent/work/f01984a9f5203417/runtime/src/main/cpp/ObjCExport.mm:346: runtime assert: Unable to add 'toKotlin:' method to NSBlock class
jean
12/17/2020, 11:50 AMval sdkName = System.getenv("SDK_NAME") ?: "iphonesimulator"
val targetName = "ios" + if (sdkName.startsWith("iphoneos")) "Arm64" else "X64"
ideally we would need something that check for one of iosArm64
or iosX64
or tvosArm64
or tvosX64
Artyom Degtyarev [JB]
12/17/2020, 11:53 AMbuild/
dir being corrupted, worth filing n issue with a project to play withArtyom Degtyarev [JB]
12/17/2020, 11:54 AMSDK_NAME
envvar contents, just don’t know how it looks for the tvOS.jean
12/17/2020, 11:58 AMgeorg
12/23/2020, 11:15 AM