The target also says: Deployment Info: iOS: 13.0
Post
Replies
Boosts
Views
Activity
Where is this information in the generated archive?
Now, a few days later, Apple silently changed it to iOS 13 in the App Store. Solved, and I don't know how and why.
Same effect with Xcode 15.0 beta. In the console, there is no "PSO error: reading from a rendertarget is not supported" any more
Long ago in the past to work around a bug, I turned off Metal validation.
(I don't use Metal explicitly, but MapKit does)
After turning on Metal validation for the schema again, MapKit MKPolylines are rendered again
Hope that helps.
Fixed with Xcode 15.0 beta 5 and iOS 17 beta 4 in emulator
Documented here: https://developer.apple.com/help/app-store-connect/reference/screenshot-specifications/
3840 X 2160
So that means as long as I have only a destination "visionOS (designed for iPad)", I can't provide screenshots on App Store Connect and therefore I don't have to?
(Currently I depend on libraries that don't even compile for visionOS)
Thanks. I didn't even mention: just by adding Apple Vision (Designed for iPad) as a destination, it gets rejected.
running this line
let nsAttributedString = try? NSAttributedString(data: Data(text.utf8), options: [.documentType: NSAttributedString.DocumentType.html], documentAttributes: nil)
anywhere in the context id SwiftUI, even if the NSAttrubutedString is not used in SwiftUI, created this problem for me.
(iOS 17.2)