Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Charts - MTLTextureDescriptor has width (9649) greater than the maximum allowed size of 8192
Can you show the code, and the data that you are passing to Chart()? One reason can be: if the data range is very large and the chartXScale is very small, for example, if you are passing data to Chart() for 3 years which has a chartXScale range of only one day, then you might get this error. To fix this, filter your data first and only pass data for the days around your chartXScale(), then you shouldn't get this error.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’23
Reply to Update live activity without push notifications and with the app in background
The official documentation only mentions these 2 methods for now (remote push notifications and BackgroundTasks).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to SwiftUI Charts - MTLTextureDescriptor has width (9649) greater than the maximum allowed size of 8192
Can you show the code, and the data that you are passing to Chart()? One reason can be: if the data range is very large and the chartXScale is very small, for example, if you are passing data to Chart() for 3 years which has a chartXScale range of only one day, then you might get this error. To fix this, filter your data first and only pass data for the days around your chartXScale(), then you shouldn't get this error.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to How can I fix Context in environment is not connected to a persistent store coordinator
I am having the exact same problem. Any solutions yet?
Replies
Boosts
Views
Activity
Mar ’23
Reply to SwiftUI Navigation Stack pops back on ObservableObject update
change NavigationView { content } to NavigationStack { content }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to In app reviews not received.
did you fix this problem?
Replies
Boosts
Views
Activity
Feb ’24
Reply to Using mixToTelephonyUplink to allow speech synthesizer to be audible during a phone call
Check this out: https://developer.apple.com/videos/play/wwdc2020/10022
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24