Post

Replies

Boosts

Views

Activity

SwiftUI 'ignoresSafeArea(.keyboard)' not working on iOS 17
Hi, I am trying to use the .ignoresSafeArea(.keyboard) modifier on my view in SwiftUI with no luck. I have a VStack embedded in a NavigationStack, both embedded in a ZStack, and have tried it on all three without luck. I tried removing the NavStack, and same result. I also tried it directly on the TextField in my view, and still nothing. I've used this modifier before and know it should be working, so what am I doing wrong?
0
1
966
Feb ’24
iOS 15.6.1 not supported on Xcode 13.4.1
iOS 15.6.1 Incompatible on XC 13.4.1? I am attempting to run an app on my device which is running iOS 15.6.1. I have the latest version of Xcode (13.4.1), which in the release notes says it includes iOS 15.5 SDK which has support for iOS 15.6. However, Xcode seems to not be accepting my device as compatible. I tried duplicating the 15.5 folder in /iPhoneOS.Support (or whatever it's called) and renaming it to 15.6, like I read on other forums, but this did no work. If I can't find a fix I'll just install Xcode 14 when I get the chance but I'd like to figure out why it doesn't seem to be compatible when the release says it is. The deployment target in my app general settings is 15.5, it does not have an option for 15.6
3
0
3.6k
Oct ’22