lavong
02/08/2020, 10:11 AMSamuel Michael
02/10/2020, 8:02 AMyukuku
02/12/2020, 9:10 AMubuntudroid
02/12/2020, 2:25 PMsdkman
to manage java versions, current version resides at /Users/ubuntudroid/.sdkman/candidates/java/current
. I guess I somehow need to tell xcode to use that. JAVA_HOME environment variable is set to the abovementioned value, but xcode seems not to make use of it (I guess it only looks in the default . Any ideas?Nick Halase
02/16/2020, 7:56 PMphldavies
02/17/2020, 3:11 PMcoletz
03/04/2020, 9:59 PMscottyab
03/06/2020, 2:25 PMb18f8da3d9ca391f96b75cc4961c9aabc3953968
KaMPKit/shared/src/commonTest/kotlin/co/touchlab/kampstarter/BreedModelTest.kt: (24, 17): No value passed for parameter 'viewUpdate'
`https://github.com/touchlab/KaMPKit/blob/e2062942126c20c51aebcd5e1cd9d29bb56b5f55/shared/src/commonTest/kotlin/co/touchlab/kampstarter/BreedModelTest.kt#L20
Is this a known issue? or am I missing somethingkpgalligan
03/08/2020, 3:22 PMArchie
03/10/2020, 4:13 AMktor
dependency from 1.2.6
to 1.3.1
results in http.http: Error There is no event loop. Use runBlocking { ... } to start one.
Archie
03/15/2020, 12:33 PMritesh
03/24/2020, 4:34 PMj.l.
03/25/2020, 9:34 PM./gradlew build
, but i keep getting failing unit tests.
I'll post the stack trace in the comments.
I don't know what to do. I am using JDK 1.8. Help would be appreciated!j.l.
03/27/2020, 5:38 PMmichael.whyte
04/03/2020, 10:19 PMkpgalligan
04/09/2020, 12:59 PMcoletz
04/16/2020, 8:35 PMkpgalligan
04/26/2020, 3:47 PMFriedger
04/27/2020, 1:01 PMphldavies
04/28/2020, 3:12 PMiosTests
on a real device? I’m seeing an issue with a regex being applied causing a SIGSEGV (seeingly stack related) that isn’t being reproduced when testedkpgalligan
04/30/2020, 1:02 PMErik Zambrano
04/30/2020, 5:06 PMphldavies
05/22/2020, 8:54 AMisStatic = false
, regenerating the podspec and pod-installing, However I’m getting a dyld: Library not loaded
with Reason: image not found
(the path is @rpath/<name>.framework/<name>
so seems right). Have I missed something obvious?phldavies
05/29/2020, 8:25 PMcocoapodsext
fork any time soon? It seems like it should support a FatFramework but with the current 0.9 release still using single()
it currently fails when there are multiple targets with frameworks.David Chavez
06/04/2020, 3:27 PMundefined symbols
errors:
I created an issue in the cocoapods plugin repo, but perhaps kampkit is a better place: https://github.com/touchlab/KotlinCocoapods/issues/10esdudnik
06/05/2020, 4:30 PMld: framework not found commonCode
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Xcode version 11.5, Android studio 4.1, Gradle plugin version “4.1.0-alpha10", Kotlin “1.3.72”.
I tried both
id("co.touchlab.native.cocoapods")
id("org.jetbrains.kotlin.native.cocoapods")
but none of them works with Xcode 11.5GurpreetSK
06/06/2020, 1:53 PMBreedModel.kt
Friedger
06/17/2020, 3:24 PMFriedger
06/17/2020, 6:08 PMkpgalligan
06/18/2020, 3:32 PMAppDelegate
in a real project. Also, KoinIOS()
is confusing because it looks like it’s a new instance, but that’s just how you reference a global Kotlin object from Swift, with the ()
. It doesn’t actually make a new instance.kpgalligan
06/18/2020, 3:32 PMAppDelegate
in a real project. Also, KoinIOS()
is confusing because it looks like it’s a new instance, but that’s just how you reference a global Kotlin object from Swift, with the ()
. It doesn’t actually make a new instance.Ragyal
06/18/2020, 4:35 PM()
has actually confused me.