Martin Rajniak
10/20/2021, 2:58 PMApple silicon targets
, does anyone know anything about when ktor
will add support for this as well?
There doesn't seem to be much traffic on those issues
https://youtrack.jetbrains.com/issue/KTOR-3082
https://youtrack.jetbrains.com/issue/KTOR-3144Trevor Stone
10/20/2021, 3:00 PMitnoles
10/20/2021, 3:16 PMMartin Rajniak
10/22/2021, 7:09 PMBut you need a compatible CI.https://kotlinlang.slack.com/archives/C3PQML5NU/p1630522970076000?thread_ts=1629917120.375100&cid=C3PQML5NU @hfhbd do you think this is what happened here? @e5l would you know who could help us with the CI? (sorry if wrong mention - if so, could you please refer someone who can help here?) sorry for DM, this is currently blocking me from using Ktor, so any guidance appreciated 🙏
hfhbd
10/22/2021, 7:12 PMe5l
10/22/2021, 7:13 PMmain
branch and it was fixed 19Oct, could you check if the fix is included in your branch?hfhbd
10/22/2021, 7:14 PMe5l
10/22/2021, 7:15 PMMartin Rajniak
10/23/2021, 5:58 AMMartin Rajniak
10/23/2021, 5:59 AMMartin Rajniak
10/23/2021, 6:03 AMhfhbd
10/23/2021, 8:45 AMMartin Rajniak
10/24/2021, 6:44 PMhfhbd
10/24/2021, 6:50 PMMartin Rajniak
10/24/2021, 6:57 PMhfhbd
10/24/2021, 7:04 PMMartin Rajniak
10/25/2021, 12:32 PMmain-252
and it works (as before) on Android
but for iOS (simulator) it fails because it cannot find new artifacts
Execution failed for task ':shared:compileKotlinIos'.
> Could not resolve all files for configuration ':shared:iosCompileKlibraries'.
> Could not find io.ktor:ktor-client-core-iossimulatorarm64:main-252.
Searched in the following locations:
- <https://maven.pkg.jetbrains.space/public/p/ktor/eap/io/ktor/ktor-client-core-iossimulatorarm64/main-252/ktor-client-core-iossimulatorarm64-main-252.pom>
Required by:
project :shared > io.ktor:ktor-client-core:main-252
Do you guys know if it is this something I can fix locally? (e.g. copying the arm64 artifacts to local maven with simulator name)
or it will have to be fixed in library (I assume those artifacts need to be published as well)hfhbd
10/25/2021, 12:44 PMMartin Rajniak
10/26/2021, 2:09 PMe5l
10/26/2021, 2:10 PMhfhbd
10/26/2021, 2:17 PMMartin Rajniak
10/26/2021, 2:18 PMhttps://media.giphy.com/media/Mnw7GYKVJjX20/giphy.gif▾
e5l
10/26/2021, 2:48 PM2.0.0-eap-257
is building with Apple Silicon support, sorry for the delayMartin Rajniak
10/26/2021, 2:49 PM