Will Mays

Results 21 issues of Will Mays

'statusBarStyle' is deprecated: first deprecated in macCatalyst 13.1 - Use the statusBarManager property of the window scene instead. 'statusBarHidden' is deprecated: first deprecated in macCatalyst 13.1 - Use the statusBarManager...

``` SourcePackages/checkouts/FSCalendar/Package.swift The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. ``` I have my project deployment information...

I am getting the error `'UIDeviceOrientationDidChangeNotification' is unavailable: not available on tvOS`. However my app does not run on tvOS. Is there a way to disable this error from showing?...

I have asked discord about the issue and was told by moderators to post the issue here since they are unable to find a fix. On iOS 14.2 installed the...

I am using SPM, when using the Image Picker to take an image. If I rotate the device to anything other than portrait, the labels rotate, but the camera still...

I am using this in an iOS and MacOS project. However I am not using the Barcode Scanner on Mac, but it will not let me compile. Is there anyway...

Is there a way to force an orientation using Barcode Scanner? My app is only used in landscape, but when the scanner is first opened it's on portrait mode. Is...

The operation couldn’t be completed. (SwiftSMTP.SMTPError error 1.) I am getting this error when attempting to email with 5 attachments, it works fine if I remove the attachments. `let fileAttachment...

Is there a way to set a reply to email. So if the user who got an email clicks reply it can be set to another email address?

Exchange business is retiring TLS 1.0 and 1.1 starting on January 3rd, 2022 they will be forcing TLS 1.2. When this happens do I need to change anything when using...