swift-weather-app icon indicating copy to clipboard operation
swift-weather-app copied to clipboard

Cross-platform Swift application for iOS/Mac/Android/Windows

Results 7 swift-weather-app issues
Sort by recently updated
recently updated
newest added

It looks like to get swift-android-toolchain working in a project, you also need to use sourcery to build adjacent kotlin classes, is that correct? I see the prebuilt core classes...

I set up the swift toolchain according to the instructions at [swift-android-toolchain](https://github.com/readdle/swift-android-toolchain). Running macOS 13.5.2, Xcode 15.0 (also tried with Xcode 14.2, same result), Apple silicon CPU ``` $ ./gradlew...

While testing this project I discovered you couldn't use DisptachQueue.main but figured out a way to make it work (see: #23). The issue now is when checking if it's the...

In order for DispatchQueue.main not to deadlock, Swift needs to be initiated on a bg-thread. This is needed when calling e.g. DispatchQueue.main.async, etc. At least this is my current working...

Hello, I'm very appreciated the swift-android toolchain you guys built. So I want to build and run this project personally, after set up the environment like the project said (https://github.com/readdle/swift-android-toolchain)...