Post

Replies

Boosts

Views

Activity

Reply to Performance Issues with UITextView and TextKit 2
Can't say for iOS, but since it shares the same TextKit codebase as macOS, I can say that scrolling performance degrades significantly above ~3000 lines. 10k lines is an absolute nightmare. That being said, it seems to matter if a text view has line wrap or not. If it has no linewrap, the performance is significantly worse - which is ironic since you would imagine the layout can just assume fixed line heights.
Topic: App & System Services SubTopic: General Tags:
Apr ’24
Reply to ForEach error with array of videos
Did you find a solution to this? Despite Xcode 13 advertising that it now supports array element binding via `ForEach($model.value) { $values in ...` it is also not working for me.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Please fix the "remember me" feature
Here we are a few years later, still cant login to apple developer for more than a few hours...
Replies
Boosts
Views
Activity
Dec ’21
Reply to App Store Connect does not accept back-deploy concurrency macOS App that build by Xcode 13.2
Can't update my app even with Xcode 13.2.1
Replies
Boosts
Views
Activity
Dec ’21
Reply to App Store Connect does not accept back-deploy concurrency macOS App that build by Xcode 13.2
The submit issue asside, seems production builds are extremely unstable. I have never seen so many crashes with nonsensical stack traces since we deployed swift concurrency in our retail build. This thing seems to be alpha at most.
Replies
Boosts
Views
Activity
Jan ’22
Reply to App Store Connect does not accept back-deploy concurrency macOS App that build by Xcode 13.2
It worked for a while, now it is back to being broken... can't submit again.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode doesn't gather code coverage for local Swift package targets
Apple asleep at the wheel. What else is new.
Replies
Boosts
Views
Activity
Mar ’22
Reply to How to resolve an unknown error for restoring subscriptions on macOS Monterey?
Have you found a solution for this? Might it just be that the sandbox environment is offline?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to XCode 15 iOS 17 Tests not running in Parallel
Same issue here. I see "Testing..." in the Xcode statusbar but it does nothing. It seems to work when I turn off "Execute in parallel".
Replies
Boosts
Views
Activity
Aug ’23
Reply to Upgrading to macOS Sonoma Release Candidate deploys the Previous beta instead via software update
+1 M2 Pro Mini, no update
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Table TableColumn Metal failed to load render pipeline Failed to find reflection in binary archives
I have the same problem with Sonoma / Xcode 15. It's quite annoying since I don't even need anything Metal related.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to No proper replacement for LaunchServices functions
I refuse to use Feedback Assistant anymore, out of the ~50 issues I filed there exactly 0 where fixed or even replied to. Even some 3 or 4 year old reports are still not fixed and the issue persists to this day.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to TextKit2: Relation between NSRange and NSTextRange
Found a better way yet? Having the same problem.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Performance Issues with UITextView and TextKit 2
Can't say for iOS, but since it shares the same TextKit codebase as macOS, I can say that scrolling performance degrades significantly above ~3000 lines. 10k lines is an absolute nightmare. That being said, it seems to matter if a text view has line wrap or not. If it has no linewrap, the performance is significantly worse - which is ironic since you would imagine the layout can just assume fixed line heights.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Can't create new app version on App Store Connect
+1
Replies
Boosts
Views
Activity
Jul ’24
Reply to StoreKit's manageSubscriptionsSheet view modifier not loading
I have the same problem with Apples default "SubscriptionStoreView". Did anyone resolve this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24