dambakk
09/08/2020, 8:23 AMEXC_BAD_ACCESS
exception in a swizzle
method (not familiar with it, I’m an android dev 😛 ) and a stacktrace pointing to doubleCheckOriginalClass Class SharedCodeio.ktor.client.engine.ios.IosResponseReader0 0x00
. Any idea what this means and how to resolve?
I use all the latest versions (kotlin 1.4.0, ktor 1.4.0, coroutines 1.3.9-native-mt)Sam
09/08/2020, 12:58 PMdambakk
09/08/2020, 1:17 PMimplementation("io.ktor:ktor-client-ios:$ktorVersion")
implementation("com.squareup.sqldelight:native-driver:$sqlDelightVersion")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core"){
version {
strictly(coroutinesVersion)
}
}
but I guess it has something to do with the ktor ios-client?Sam
09/08/2020, 1:56 PMdambakk
09/08/2020, 6:22 PMplatform :ios, '13.0'
target 'OurApp' do
use_frameworks!
pod 'Lokalise', '~> 0.10.0'
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
pod 'Firebase/Performance'
pod 'Firebase/Messaging'
pod 'common', :path => 'some/path'
pod 'Reveal-SDK', :configurations => ['Debug']
end
Do you see anything special here that can cause my issue?Sam
09/08/2020, 9:46 PMdambakk
09/09/2020, 8:32 AM