Post

Replies

Boosts

Views

Activity

Reply to AttributeGraph: cycle detected
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)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’24
Reply to AttributeGraph: cycle detected
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)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Submission with destination Apple Vision (Designed for iPad) rejected because of references to pre release product
Thanks. I didn't even mention: just by adding Apple Vision (Designed for iPad) as a destination, it gets rejected.
Replies
Boosts
Views
Activity
Jan ’24
Reply to What to do with a visionOS (designed for iPad) app in App Store Connect?
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)
Replies
Boosts
Views
Activity
Jan ’24
Reply to Vision Pro screenshots
Documented here: https://developer.apple.com/help/app-store-connect/reference/screenshot-specifications/ 3840 X 2160
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Can't render MKPolylineRenderer in a MKMapView on emulator since iOS 16.4 / Xcode Version 14.3 (14E222b)
Fixed with Xcode 15.0 beta 5 and iOS 17 beta 4 in emulator
Replies
Boosts
Views
Activity
Jul ’23
Reply to Can't render MKPolylineRenderer in a MKMapView on emulator since iOS 16.4 / Xcode Version 14.3 (14E222b)
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.
Replies
Boosts
Views
Activity
Jun ’23
Reply to Can't render MKPolylineRenderer in a MKMapView on emulator since iOS 16.4 / Xcode Version 14.3 (14E222b)
Same effect with Xcode 15.0 beta. In the console, there is no "PSO error: reading from a rendertarget is not supported" any more
Replies
Boosts
Views
Activity
Jun ’23