Posts

Post marked as solved
1 Replies
Well, it seems I have to exclude the armv7 architecture from builds, killing support for devices before iPhones 5s. Or at least that was the only thing that helped when comparing every build setting that differs between debug and release. Maybe an alternative would be to wrap any SwiftUI-related code between #if arch(arm64) ... #endif to not completely drop support for older devices?