Robert Munro
02/21/2025, 4:55 PMpackageReleaseDmg
task the app doesnt have access to the internet on mac. Has anyone seen this before? I've been trying different things like adding various plist keys NSAppTransportSecurity
- but still nothing. Additionally i don't seem to be able to see app output (System.err, System.out) messages?
Does anyone have tips on this - have you had to do any special so desktop apps can load internet resources?Michael Paus
02/21/2025, 5:01 PM./gradlew createReleaseDistributable
I am not doing anything special for macOS and I am using the internet all the time. Customers have also not reported any problems with that.Robert Munro
02/21/2025, 5:07 PMRobert Munro
02/21/2025, 6:55 PMio.coil-kt.coil3:coil-network-ktor3
which i was using for images.
when i added io.ktor;ktor-client-cio
everything seems to workMichael Paus
02/21/2025, 8:40 PMtargetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
Robert Munro
02/21/2025, 8:41 PM