gbasile
06/21/2021, 9:53 AMRak
06/21/2021, 10:20 AM@Throws(Throwable::class)
suspend fun getConfig(jwt: String? = null): String {
Any work arounds?Hossein Amini
06/21/2021, 10:47 AMakapanina
06/21/2021, 11:33 AMn8ebel
06/21/2021, 3:44 PMshared/build/bin
i see that shared.framework
seems to contain all the classes/methods I would expect
But within shared/build/cocoapods
the shared.framework/headers
directory only contains placeholder.h
XCode seems to recognize the shared framework alright (no warnings on the import) but it fails to resolve any of the classes within the framework
Is there some task that needs running, or other automagical step, that I’m missing to link/package what’s in build/bin
to the cocoapod output?Rak
06/21/2021, 5:02 PMSlackbot
06/21/2021, 7:54 PMnapperley
06/22/2021, 2:03 AMTristan
06/22/2021, 12:55 PMBailey Pollard
06/22/2021, 4:19 PM.swift
file. When I had this class file inside iosMain
I could successfully call the class without any issues. I recently had to move this file into `iosX64Main`/`iosArm64Main` to access some external library that was added, but I can no longer call this class from the .swift
file. Any suggestions?Pavlo Huk
06/22/2021, 5:11 PMMohit Khanna
06/22/2021, 7:55 PMedwinRNDR
06/23/2021, 7:37 AMJad Doueik
06/23/2021, 8:58 AMRak
06/23/2021, 11:48 AMmutation attempt of frozen kotlin.collections.HashMap@2be0d88
I’ve tried the fix here : https://github.com/Kotlin/kotlinx.serialization/issues/1450 but it still failsColton Idle
06/23/2021, 1:52 PMTo build the iOS part, AppCode generates a temporary Xcode project and invokes the Xcode build system, so you can be sure that our Gradle project model will work the same as a regular Xcode project does.Can anyone shed light on this? I'm using kmm now and doesn't it always generate an xcode project in the begining which is what allows us to open up the project in xcode?
alorma
06/23/2021, 3:31 PMYaniv Sosnovsky
06/23/2021, 3:33 PMKurt Renzo Acosta
06/23/2021, 7:16 PMpodBuild<Library>Iphoneos
and ``podBuild<Library>Iphonesimulator` tasks. They run up to 20 mins when I invalidate caches on my IDE… Does anyone have an idea on why this is happening? Thanks!linz
06/23/2021, 9:35 PMToby
06/23/2021, 11:28 PMvar
in an object.. What can I do about it? (language version 1.5.10 and only in within the multiplatform module)Bill Mårtensson
06/24/2021, 11:00 AMld: warning: ignoring file /Users/xxxx/project/android/yyyy/shared/build/cocoapods/framework/shared.framework/shared, building for iOS Simulator-arm64 but attempting to link with file built for iOS Simulator-x86_64
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_SharedGreeting", referenced from:
objc-class-ref in ContentView.o
ld: symbol(s) not found for architecture arm64Samuel Michael
06/24/2021, 1:07 PMeygraber
06/24/2021, 9:30 PMjvm
would be enough?Robert Munro
06/25/2021, 9:13 AMCharles Prado
06/25/2021, 9:43 AM/ *
* It does something
* /
fun doSomething() { ... }
In iOS when I type doSomething it's possible to make that comment visible there?iamthevoid
06/25/2021, 10:47 AMunresolved reference
from buildSrc sources).
I miss something or AppCode doesn’t recognize buildSrc sources?Guilherme Delgado
06/25/2021, 11:55 AMJosep Rovira
06/25/2021, 1:55 PMptsiogas
06/25/2021, 2:21 PMptsiogas
06/25/2021, 2:21 PM